#B860B8

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

Shades of Fuchsia #B860B8

Tints of Fuchsia #B860B8

Color information

#B860B8 (or 0xB860B8) is unknown color: approx Fuchsia. HEX triplet: B8, 60 and B8. RGB value is (184,96,184). Sum of RGB (Red+Green+Blue) = 184+96+184=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 184 - color contains mainly: red, blue. Hex color #B860B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B860B8 is #479F47. Grayscale: #848484. Windows color (decimal): -4693832 or 12083384. OLE color: 12083384.

HSL color Cylindrical-coordinate representation of color #B860B8: hue angle of 300º 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 #B860B8 is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB18496184-
CMYK00.4800.28
HSL300º38.26%54.9%-
HSV(B)300º47.83%72.16%-
XYZ32.622.0247.88-
YUV132.34157.15164.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.66%
GREEN value IS 96 (37.89% from 255) = 20.69%
BLUE value IS 184 (72.27% from 255) = 39.66%
R=39.66%
G=20.69%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849618400.4800.2830038.2654.9
HexB860B803001C12c2637
Octal2701402700600344544667
Binary101110001100000101110000110000011100100101100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B860B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B860B8; }

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

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

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

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

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

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

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

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