#B870BA

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

Shades of Fuchsia #B870BA

Tints of Fuchsia #B870BA

Color information

#B870BA (or 0xB870BA) is unknown color: approx Fuchsia. HEX triplet: B8, 70 and BA. RGB value is (184,112,186). Sum of RGB (Red+Green+Blue) = 184+112+186=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #B870BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B870BA is #478F45. Grayscale: #8D8D8D. Windows color (decimal): -4689734 or 12218552. OLE color: 12218552.

HSL color Cylindrical-coordinate representation of color #B870BA: hue angle of 298.38º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B870BA is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB184112186-
CMYK0.010.4000.27
HSL298.38º34.91%58.43%-
HSV(B)298.38º39.78%72.94%-
XYZ34.4225.3249.53-
YUV141.96152.85157.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.17%
GREEN value IS 112 (44.14% from 255) = 23.24%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=38.17%
G=23.24%
B=38.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841121860.010.4000.27298.3834.9158.43
HexB870BA12801B12a233a
Octal2701602721500334524372
Binary101110001110000101110101101000011011100101010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B870BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B870BA; }

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

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

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

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

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

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

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

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