#B862B8

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

Shades of Fuchsia #B862B8

Tints of Fuchsia #B862B8

Color information

#B862B8 (or 0xB862B8) is unknown color: approx Fuchsia. HEX triplet: B8, 62 and B8. RGB value is (184,98,184). Sum of RGB (Red+Green+Blue) = 184+98+184=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 184 (72.27% from 255 or 39.48% from 466); Max value from RGB is 184 - color contains mainly: red, blue. Hex color #B862B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B862B8 is #479D47. Grayscale: #858585. Windows color (decimal): -4693320 or 12083896. OLE color: 12083896.

HSL color Cylindrical-coordinate representation of color #B862B8: 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.47%. Process color model (Four color, CMYK) of #B862B8 is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB18498184-
CMYK00.4700.28
HSL300º37.72%55.29%-
HSV(B)300º46.74%72.16%-
XYZ32.7922.3947.94-
YUV133.52156.49164.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.48%
GREEN value IS 98 (38.67% from 255) = 21.03%
BLUE value IS 184 (72.27% from 255) = 39.48%
R=39.48%
G=21.03%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849818400.4700.2830037.7255.29
HexB862B802F01C12c2637
Octal2701422700570344544667
Binary101110001100010101110000101111011100100101100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B862B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B862B8; }

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

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

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

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

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

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

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

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