#B858C5

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

Shades of Fuchsia #B858C5

Tints of Fuchsia #B858C5

Color information

#B858C5 (or 0xB858C5) is unknown color: approx Fuchsia. HEX triplet: B8, 58 and C5. RGB value is (184,88,197). Sum of RGB (Red+Green+Blue) = 184+88+197=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 197 - color contains mainly: blue. Hex color #B858C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B858C5 is #47A73A. Grayscale: #808080. Windows color (decimal): -4695867 or 12933304. OLE color: 12933304.

HSL color Cylindrical-coordinate representation of color #B858C5: hue angle of 292.84º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B858C5 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18488197-
CMYK0.070.5500.23
HSL292.84º48.44%55.88%-
HSV(B)292.84º55.33%77.25%-
XYZ33.3321.255.16-
YUV129.13166.3167.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.23%
GREEN value IS 88 (34.77% from 255) = 18.76%
BLUE value IS 197 (77.34% from 255) = 42.00%
R=39.23%
G=18.76%
B=42.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal184881970.070.5500.23292.8448.4455.88
HexB858C57370171253038
Octal2701303057670274456070
Binary10111000101100011000101111110111010111100100101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B858C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B858C5; }

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

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

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

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

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

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

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

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