#B859C0

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

Shades of Fuchsia #B859C0

Tints of Fuchsia #B859C0

Color information

#B859C0 (or 0xB859C0) is unknown color: approx Fuchsia. HEX triplet: B8, 59 and C0. RGB value is (184,89,192). Sum of RGB (Red+Green+Blue) = 184+89+192=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #B859C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B859C0 is #47A63F. Grayscale: #808080. Windows color (decimal): -4695616 or 12605880. OLE color: 12605880.

HSL color Cylindrical-coordinate representation of color #B859C0: hue angle of 295.34º 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 #B859C0 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18489192-
CMYK0.040.5400.25
HSL295.34º44.98%55.1%-
HSV(B)295.34º53.65%75.29%-
XYZ32.8521.1452.22-
YUV129.15163.47167.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.57%
GREEN value IS 89 (35.16% from 255) = 19.14%
BLUE value IS 192 (75.39% from 255) = 41.29%
R=39.57%
G=19.14%
B=41.29%

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
Decimal184891920.040.5400.25295.3444.9855.1
HexB859C04360191272d37
Octal2701313004660314475567
Binary10111000101100111000000100110110011001100100111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B859C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B859C0; }

 p { color: rgb(184,89,192); }

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

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

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

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

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

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

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