#B04DC0

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

Shades of Fuchsia #B04DC0

Tints of Fuchsia #B04DC0

Color information

#B04DC0 (or 0xB04DC0) is unknown color: approx Fuchsia. HEX triplet: B0, 4D and C0. RGB value is (176,77,192). Sum of RGB (Red+Green+Blue) = 176+77+192=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 192 - color contains mainly: blue. Hex color #B04DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04DC0 is #4FB23F. Grayscale: #777777. Windows color (decimal): -5222976 or 12602800. OLE color: 12602800.

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

Color convert

RGB17677192-
CMYK0.080.6000.25
HSL291.65º47.72%52.75%-
HSV(B)291.65º59.9%75.29%-
XYZ30.0718.3451.82-
YUV119.71168.8168.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.55%
GREEN value IS 77 (30.47% from 255) = 17.30%
BLUE value IS 192 (75.39% from 255) = 43.15%
R=39.55%
G=17.30%
B=43.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176771920.080.6000.25291.6547.7252.75
HexB04DC083C0191243035
Octal26011530010740314446065
Binary101100001001101110000001000111100011001100100100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04DC0; }

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

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

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

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

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

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

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

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