#B858B8

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

Shades of Fuchsia #B858B8

Tints of Fuchsia #B858B8

Color information

#B858B8 (or 0xB858B8) is unknown color: approx Fuchsia. HEX triplet: B8, 58 and B8. RGB value is (184,88,184). Sum of RGB (Red+Green+Blue) = 184+88+184=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 184 (72.27% from 255 or 40.35% from 456); Max value from RGB is 184 - color contains mainly: red, blue. Hex color #B858B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B858B8 is #47A747. Grayscale: #7F7F7F. Windows color (decimal): -4695880 or 12081336. OLE color: 12081336.

HSL color Cylindrical-coordinate representation of color #B858B8: hue angle of 300º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B858B8 is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB18488184-
CMYK00.5200.28
HSL300º40.34%53.33%-
HSV(B)300º52.17%72.16%-
XYZ31.9120.6347.65-
YUV127.65159.8168.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.35%
GREEN value IS 88 (34.77% from 255) = 19.30%
BLUE value IS 184 (72.27% from 255) = 40.35%
R=40.35%
G=19.30%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848818400.5200.2830040.3453.33
HexB858B803401C12c2835
Octal2701302700640344545065
Binary101110001011000101110000110100011100100101100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B858B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B858B8; }

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

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

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

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

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

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

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

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