#B857BA

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

Shades of Fuchsia #B857BA

Tints of Fuchsia #B857BA

Color information

#B857BA (or 0xB857BA) is unknown color: approx Fuchsia. HEX triplet: B8, 57 and BA. RGB value is (184,87,186). Sum of RGB (Red+Green+Blue) = 184+87+186=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #B857BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B857BA is #47A845. Grayscale: #7E7E7E. Windows color (decimal): -4696134 or 12212152. OLE color: 12212152.

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

Color convert

RGB18487186-
CMYK0.010.5300.27
HSL298.79º41.77%53.53%-
HSV(B)298.79º53.23%72.94%-
XYZ32.0420.5548.73-
YUV127.29161.14168.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.26%
GREEN value IS 87 (34.38% from 255) = 19.04%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=40.26%
G=19.04%
B=40.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184871860.010.5300.27298.7941.7753.53
HexB857BA13501B12b2a36
Octal2701272721650334535266
Binary101110001010111101110101110101011011100101011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B857BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B857BA; }

 p { color: rgb(184,87,186); }

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

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

 a { background-color: rgb(184,87,186); }

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

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

 span { border-color: rgb(184,87,186); }

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