#B051BD

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

Shades of Fuchsia #B051BD

Tints of Fuchsia #B051BD

Color information

#B051BD (or 0xB051BD) is unknown color: approx Fuchsia. HEX triplet: B0, 51 and BD. RGB value is (176,81,189). Sum of RGB (Red+Green+Blue) = 176+81+189=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #B051BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051BD is #4FAE42. Grayscale: #797979. Windows color (decimal): -5221955 or 12407216. OLE color: 12407216.

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

Color convert

RGB17681189-
CMYK0.070.5700.26
HSL292.78º45%52.94%-
HSV(B)292.78º57.14%74.12%-
XYZ30.0318.7950.19-
YUV121.72165.97166.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.46%
GREEN value IS 81 (32.03% from 255) = 18.16%
BLUE value IS 189 (74.22% from 255) = 42.38%
R=39.46%
G=18.16%
B=42.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal176811890.070.5700.26292.784552.94
HexB051BD73901A1252d35
Octal2601212757710324455565
Binary10110000101000110111101111111001011010100100101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B051BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B051BD; }

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

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

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

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

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

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

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

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