#B85EA1

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

Shades of Violet Blue #B85EA1

Tints of Violet Blue #B85EA1

Color information

#B85EA1 (or 0xB85EA1) is unknown color: approx Violet Blue. HEX triplet: B8, 5E and A1. RGB value is (184,94,161). Sum of RGB (Red+Green+Blue) = 184+94+161=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 94 (37.11% from 255 or 21.41% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B85EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85EA1 is #47A15E. Grayscale: #808080. Windows color (decimal): -4694367 or 10575544. OLE color: 10575544.

HSL color Cylindrical-coordinate representation of color #B85EA1: hue angle of 315.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B85EA1 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB18494161-
CMYK00.490.120.28
HSL315.33º38.79%54.51%-
HSV(B)315.33º48.91%72.16%-
XYZ30.220.7736.14-
YUV128.55146.32167.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.91%
GREEN value IS 94 (37.11% from 255) = 21.41%
BLUE value IS 161 (63.28% from 255) = 36.67%
R=41.91%
G=21.41%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849416100.490.120.28315.3338.7954.51
HexB85EA1031C1C13b2737
Octal27013624106114344734767
Binary101110001011110101000010110001110011100100111011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85EA1; }

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

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

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

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

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

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

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

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