#B85EBA

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

Shades of Fuchsia #B85EBA

Tints of Fuchsia #B85EBA

Color information

#B85EBA (or 0xB85EBA) is unknown color: approx Fuchsia. HEX triplet: B8, 5E and BA. RGB value is (184,94,186). Sum of RGB (Red+Green+Blue) = 184+94+186=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #B85EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85EBA is #47A145. Grayscale: #838383. Windows color (decimal): -4694342 or 12213944. OLE color: 12213944.

HSL color Cylindrical-coordinate representation of color #B85EBA: hue angle of 298.7º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B85EBA is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18494186-
CMYK0.010.4900.27
HSL298.7º40%54.9%-
HSV(B)298.7º49.46%72.94%-
XYZ32.6321.7448.93-
YUV131.4158.82165.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.66%
GREEN value IS 94 (37.11% from 255) = 20.26%
BLUE value IS 186 (73.05% from 255) = 40.09%
R=39.66%
G=20.26%
B=40.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184941860.010.4900.27298.74054.9
HexB85EBA13101B12b2837
Octal2701362721610334535067
Binary101110001011110101110101110001011011100101011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85EBA; }

 p { color: rgb(184,94,186); }

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

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

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

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

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

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

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