#B860B7

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

Shades of Fuchsia #B860B7

Tints of Fuchsia #B860B7

Color information

#B860B7 (or 0xB860B7) is unknown color: approx Fuchsia. HEX triplet: B8, 60 and B7. RGB value is (184,96,183). Sum of RGB (Red+Green+Blue) = 184+96+183=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 184 - color contains mainly: red. Hex color #B860B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B860B7 is #479F48. Grayscale: #838383. Windows color (decimal): -4693833 or 12017848. OLE color: 12017848.

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

Color convert

RGB18496183-
CMYK00.480.010.28
HSL300.68º38.26%54.9%-
HSV(B)300.68º47.83%72.16%-
XYZ32.521.9747.33-
YUV132.23156.65164.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.74%
GREEN value IS 96 (37.89% from 255) = 20.73%
BLUE value IS 183 (71.88% from 255) = 39.52%
R=39.74%
G=20.73%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849618300.480.010.28300.6838.2654.9
HexB860B703011C12d2637
Octal2701402670601344554667
Binary101110001100000101101110110000111100100101101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B860B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B860B7; }

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

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

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

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

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

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

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

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