#B93BB0

Color #B93BB0 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B93BB0

Tints of Fuchsia #B93BB0

Color information

#B93BB0 (or 0xB93BB0) is unknown color: approx Fuchsia. HEX triplet: B9, 3B and B0. RGB value is (185,59,176). Sum of RGB (Red+Green+Blue) = 185+59+176=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 59 (23.44% from 255 or 14.05% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B93BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93BB0 is #46C44F. Grayscale: #6D6D6D. Windows color (decimal): -4637776 or 11549625. OLE color: 11549625.

HSL color Cylindrical-coordinate representation of color #B93BB0: hue angle of 304.29º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B93BB0 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB18559176-
CMYK00.680.050.27
HSL304.29º51.64%47.84%-
HSV(B)304.29º68.11%72.55%-
XYZ29.4116.5842.72-
YUV110.01165.24181.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 44.05%
GREEN value IS 59 (23.44% from 255) = 14.05%
BLUE value IS 176 (69.14% from 255) = 41.90%
R=44.05%
G=14.05%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855917600.680.050.27304.2951.6447.84
HexB93BB004451B1303430
Octal2717326001045334606460
Binary10111001111011101100000100010010111011100110000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93BB0; }

 p { color: rgb(185,59,176); }

 H1.HeaderClassName
 {
   color: #B93BB0;
 }
 .AnyTagClassName
 {
   color: #B93BB0;
 }
</style>
background-color css

<style>
 a { background-color: #B93BB0; }

 a { background-color: rgb(185,59,176); }

 div.DivClassName
 {
   background-color: #B93BB0;
 }
 .BgClassName
 {
   background-color: #B93BB0;
 }
</style>
border-color css

<style>
 span { border-color: #B93BB0; }

 span { border-color: rgb(185,59,176); }

 td.TdClassName
 {
   border-color: #B93BB0;
 }
 .TagClassName
 {
   border-color: #B93BB0;
 }
</style>