#B041C0

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

Shades of Fuchsia #B041C0

Tints of Fuchsia #B041C0

Color information

#B041C0 (or 0xB041C0) is unknown color: approx Fuchsia. HEX triplet: B0, 41 and C0. RGB value is (176,65,192). Sum of RGB (Red+Green+Blue) = 176+65+192=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #B041C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B041C0 is #4FBE3F. Grayscale: #707070. Windows color (decimal): -5226048 or 12599728. OLE color: 12599728.

HSL color Cylindrical-coordinate representation of color #B041C0: hue angle of 292.44º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B041C0 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17665192-
CMYK0.080.6600.25
HSL292.44º50.2%50.39%-
HSV(B)292.44º66.15%75.29%-
XYZ29.3116.8251.57-
YUV112.67172.77173.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.65%
GREEN value IS 65 (25.78% from 255) = 15.01%
BLUE value IS 192 (75.39% from 255) = 44.34%
R=40.65%
G=15.01%
B=44.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176651920.080.6600.25292.4450.250.39
HexB041C08420191243232
Octal260101300101020314446262
Binary1011000010000011100000010001000010011001100100100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B041C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B041C0; }

 p { color: rgb(176,65,192); }

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

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

 a { background-color: rgb(176,65,192); }

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

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

 span { border-color: rgb(176,65,192); }

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