#b858bb

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

Shades of Fuchsia #B858BB

Tints of Fuchsia #B858BB

Color information

#B858BB (or 0xB858BB) is unknown color: approx Fuchsia. HEX triplet: B8, 58 and BB. RGB value is (184,88,187). Sum of RGB (Red+Green+Blue) = 184+88+187=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #B858BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B858BB is #47A744. Grayscale: #7F7F7F. Windows color (decimal): -4695877 or 12277944. OLE color: 12277944.

HSL color Cylindrical-coordinate representation of color #B858BB: hue angle of 298.18º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B858BB is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18488187-
CMYK0.020.5300.27
HSL298.18º42.13%53.92%-
HSV(B)298.18º52.94%73.33%-
XYZ32.2320.7649.32-
YUV127.99161.3167.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.09%
GREEN value IS 88 (34.77% from 255) = 19.17%
BLUE value IS 187 (73.44% from 255) = 40.74%
R=40.09%
G=19.17%
B=40.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184881870.020.5300.27298.1842.1353.92
HexB858BB23501B12a2a36
Octal2701302732650334525266
Binary1011100010110001011101110110101011011100101010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b858bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b858bb; }

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

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

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

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

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

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

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

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