#B860BF

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

Shades of Fuchsia #B860BF

Tints of Fuchsia #B860BF

Color information

#B860BF (or 0xB860BF) is unknown color: approx Fuchsia. HEX triplet: B8, 60 and BF. RGB value is (184,96,191). Sum of RGB (Red+Green+Blue) = 184+96+191=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #B860BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B860BF is #479F40. Grayscale: #848484. Windows color (decimal): -4693825 or 12542136. OLE color: 12542136.

HSL color Cylindrical-coordinate representation of color #B860BF: hue angle of 295.58º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B860BF is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18496191-
CMYK0.040.5000.25
HSL295.58º42.6%56.27%-
HSV(B)295.58º49.74%74.9%-
XYZ33.3522.3251.84-
YUV133.14160.65164.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.07%
GREEN value IS 96 (37.89% from 255) = 20.38%
BLUE value IS 191 (75% from 255) = 40.55%
R=39.07%
G=20.38%
B=40.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184961910.040.5000.25295.5842.656.27
HexB860BF4320191282b38
Octal2701402774620314505370
Binary10111000110000010111111100110010011001100101000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B860BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B860BF; }

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

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

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

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

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

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

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

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