#B03BB6

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

Shades of Fuchsia #B03BB6

Tints of Fuchsia #B03BB6

Color information

#B03BB6 (or 0xB03BB6) is unknown color: approx Fuchsia. HEX triplet: B0, 3B and B6. RGB value is (176,59,182). Sum of RGB (Red+Green+Blue) = 176+59+182=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 59 (23.44% from 255 or 14.15% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 182 - color contains mainly: blue. Hex color #B03BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03BB6 is #4FC449. Grayscale: #6B6B6B. Windows color (decimal): -5227594 or 11942832. OLE color: 11942832.

HSL color Cylindrical-coordinate representation of color #B03BB6: hue angle of 297.07º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B03BB6 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17659182-
CMYK0.030.6800.29
HSL297.07º51.04%47.25%-
HSV(B)297.07º67.58%71.37%-
XYZ27.9115.7445.82-
YUV108169.76176.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 59 (23.44% from 255) = 14.15%
BLUE value IS 182 (71.48% from 255) = 43.65%
R=42.21%
G=14.15%
B=43.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176591820.030.6800.29297.0751.0447.25
HexB03BB634401D129332f
Octal2607326631040354516357
Binary1011000011101110110110111000100011101100101001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03BB6; }

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

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

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

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

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

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

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

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