#B042BD

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

Shades of Fuchsia #B042BD

Tints of Fuchsia #B042BD

Color information

#B042BD (or 0xB042BD) is unknown color: approx Fuchsia. HEX triplet: B0, 42 and BD. RGB value is (176,66,189). Sum of RGB (Red+Green+Blue) = 176+66+189=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #B042BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B042BD is #4FBD42. Grayscale: #707070. Windows color (decimal): -5225795 or 12403376. OLE color: 12403376.

HSL color Cylindrical-coordinate representation of color #B042BD: hue angle of 293.66º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B042BD is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17666189-
CMYK0.070.6500.26
HSL293.66º48.24%50%-
HSV(B)293.66º65.08%74.12%-
XYZ29.0416.849.86-
YUV112.91170.94173-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.84%
GREEN value IS 66 (26.17% from 255) = 15.31%
BLUE value IS 189 (74.22% from 255) = 43.85%
R=40.84%
G=15.31%
B=43.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal176661890.070.6500.26293.6648.2450
HexB042BD74101A1263032
Octal26010227571010324466062
Binary101100001000010101111011111000001011010100100110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B042BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B042BD; }

 p { color: rgb(176,66,189); }

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

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

 a { background-color: rgb(176,66,189); }

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

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

 span { border-color: rgb(176,66,189); }

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