#B95EA1

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

Shades of Violet Blue #B95EA1

Tints of Violet Blue #B95EA1

Color information

#B95EA1 (or 0xB95EA1) is unknown color: approx Violet Blue. HEX triplet: B9, 5E and A1. RGB value is (185,94,161). Sum of RGB (Red+Green+Blue) = 185+94+161=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B95EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95EA1 is #46A15E. Grayscale: #808080. Windows color (decimal): -4628831 or 10575545. OLE color: 10575545.

HSL color Cylindrical-coordinate representation of color #B95EA1: hue angle of 315.82º degrees, saturation: 0.39, 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 #B95EA1 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB18594161-
CMYK00.490.130.27
HSL315.82º39.39%54.71%-
HSV(B)315.82º49.19%72.55%-
XYZ30.4420.8936.15-
YUV128.85146.15168.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 94 (37.11% from 255) = 21.36%
BLUE value IS 161 (63.28% from 255) = 36.59%
R=42.05%
G=21.36%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859416100.490.130.27315.8239.3954.71
HexB95EA1031D1B13c2737
Octal27113624106115334744767
Binary101110011011110101000010110001110111011100111100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95EA1; }

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

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

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

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

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

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

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

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