#B860BA

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

Shades of Fuchsia #B860BA

Tints of Fuchsia #B860BA

Color information

#B860BA (or 0xB860BA) is unknown color: approx Fuchsia. HEX triplet: B8, 60 and BA. RGB value is (184,96,186). Sum of RGB (Red+Green+Blue) = 184+96+186=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #B860BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B860BA is #479F45. Grayscale: #848484. Windows color (decimal): -4693830 or 12214456. OLE color: 12214456.

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

Color convert

RGB18496186-
CMYK0.010.4800.27
HSL298.67º39.47%55.29%-
HSV(B)298.67º48.39%72.94%-
XYZ32.8122.148.99-
YUV132.57158.15164.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.48%
GREEN value IS 96 (37.89% from 255) = 20.60%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=39.48%
G=20.60%
B=39.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184961860.010.4800.27298.6739.4755.29
HexB860BA13001B12b2737
Octal2701402721600334534767
Binary101110001100000101110101110000011011100101011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B860BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B860BA; }

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

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

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

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

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

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

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

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