#B858BF

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

Shades of Fuchsia #B858BF

Tints of Fuchsia #B858BF

Color information

#B858BF (or 0xB858BF) is unknown color: approx Fuchsia. HEX triplet: B8, 58 and BF. RGB value is (184,88,191). Sum of RGB (Red+Green+Blue) = 184+88+191=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #B858BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B858BF is #47A740. Grayscale: #808080. Windows color (decimal): -4695873 or 12540088. OLE color: 12540088.

HSL color Cylindrical-coordinate representation of color #B858BF: hue angle of 295.92º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B858BF is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18488191-
CMYK0.040.5400.25
HSL295.92º44.59%54.71%-
HSV(B)295.92º53.93%74.9%-
XYZ32.6620.9351.61-
YUV128.45163.3167.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.74%
GREEN value IS 88 (34.77% from 255) = 19.01%
BLUE value IS 191 (75% from 255) = 41.25%
R=39.74%
G=19.01%
B=41.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184881910.040.5400.25295.9244.5954.71
HexB858BF4360191282d37
Octal2701302774660314505567
Binary10111000101100010111111100110110011001100101000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B858BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B858BF; }

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

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

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

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

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

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

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

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