#B856BD

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

Shades of Fuchsia #B856BD

Tints of Fuchsia #B856BD

Color information

#B856BD (or 0xB856BD) is unknown color: approx Fuchsia. HEX triplet: B8, 56 and BD. RGB value is (184,86,189). Sum of RGB (Red+Green+Blue) = 184+86+189=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #B856BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B856BD is #47A942. Grayscale: #7E7E7E. Windows color (decimal): -4696387 or 12408504. OLE color: 12408504.

HSL color Cylindrical-coordinate representation of color #B856BD: hue angle of 297.09º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B856BD is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18486189-
CMYK0.030.5400.26
HSL297.09º43.83%53.92%-
HSV(B)297.09º54.5%74.12%-
XYZ32.2820.5250.4-
YUV127.04162.97168.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.09%
GREEN value IS 86 (33.98% from 255) = 18.74%
BLUE value IS 189 (74.22% from 255) = 41.18%
R=40.09%
G=18.74%
B=41.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184861890.030.5400.26297.0943.8353.92
HexB856BD33601A1292c36
Octal2701262753660324515466
Binary1011100010101101011110111110110011010100101001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B856BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B856BD; }

 p { color: rgb(184,86,189); }

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

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

 a { background-color: rgb(184,86,189); }

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

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

 span { border-color: rgb(184,86,189); }

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