#B85EA4

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

Shades of Violet Blue #B85EA4

Tints of Violet Blue #B85EA4

Color information

#B85EA4 (or 0xB85EA4) is unknown color: approx Violet Blue. HEX triplet: B8, 5E and A4. RGB value is (184,94,164). Sum of RGB (Red+Green+Blue) = 184+94+164=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 94 (37.11% from 255 or 21.27% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 184 - color contains mainly: red. Hex color #B85EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85EA4 is #47A15B. Grayscale: #808080. Windows color (decimal): -4694364 or 10772152. OLE color: 10772152.

HSL color Cylindrical-coordinate representation of color #B85EA4: hue angle of 313.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 #B85EA4 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB18494164-
CMYK00.490.110.28
HSL313.33º38.79%54.51%-
HSV(B)313.33º48.91%72.16%-
XYZ30.4720.8837.55-
YUV128.89147.82167.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.63%
GREEN value IS 94 (37.11% from 255) = 21.27%
BLUE value IS 164 (64.45% from 255) = 37.10%
R=41.63%
G=21.27%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849416400.490.110.28313.3338.7954.51
HexB85EA4031B1C1392737
Octal27013624406113344714767
Binary101110001011110101001000110001101111100100111001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85EA4; }

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

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

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

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

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

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

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

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