#B856BB

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

Shades of Fuchsia #B856BB

Tints of Fuchsia #B856BB

Color information

#B856BB (or 0xB856BB) is unknown color: approx Fuchsia. HEX triplet: B8, 56 and BB. RGB value is (184,86,187). Sum of RGB (Red+Green+Blue) = 184+86+187=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #B856BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B856BB is #47A944. Grayscale: #7E7E7E. Windows color (decimal): -4696389 or 12277432. OLE color: 12277432.

HSL color Cylindrical-coordinate representation of color #B856BB: hue angle of 298.22º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B856BB is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18486187-
CMYK0.020.5400.27
HSL298.22º42.62%53.53%-
HSV(B)298.22º54.01%73.33%-
XYZ32.0620.4349.27-
YUV126.82161.97168.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.26%
GREEN value IS 86 (33.98% from 255) = 18.82%
BLUE value IS 187 (73.44% from 255) = 40.92%
R=40.26%
G=18.82%
B=40.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184861870.020.5400.27298.2242.6253.53
HexB856BB23601B12a2b36
Octal2701262732660334525366
Binary1011100010101101011101110110110011011100101010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B856BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B856BB; }

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

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

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

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

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

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

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

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