#B03CC2

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

Shades of Fuchsia #B03CC2

Tints of Fuchsia #B03CC2

Color information

#B03CC2 (or 0xB03CC2) is unknown color: approx Fuchsia. HEX triplet: B0, 3C and C2. RGB value is (176,60,194). Sum of RGB (Red+Green+Blue) = 176+60+194=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 194 - color contains mainly: blue. Hex color #B03CC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03CC2 is #4FC33D. Grayscale: #6D6D6D. Windows color (decimal): -5227326 or 12729520. OLE color: 12729520.

HSL color Cylindrical-coordinate representation of color #B03CC2: hue angle of 291.94º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B03CC2 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17660194-
CMYK0.090.6900.24
HSL291.94º52.76%49.8%-
HSV(B)291.94º69.07%76.08%-
XYZ29.2616.3652.65-
YUV109.96175.43175.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.93%
GREEN value IS 60 (23.83% from 255) = 13.95%
BLUE value IS 194 (76.17% from 255) = 45.12%
R=40.93%
G=13.95%
B=45.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176601940.090.6900.24291.9452.7649.8
HexB03CC29450181243532
Octal26074302111050304446562
Binary101100001111001100001010011000101011000100100100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03CC2; }

 p { color: rgb(176,60,194); }

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

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

 a { background-color: rgb(176,60,194); }

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

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

 span { border-color: rgb(176,60,194); }

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