#B95EA3

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

Shades of Violet Blue #B95EA3

Tints of Violet Blue #B95EA3

Color information

#B95EA3 (or 0xB95EA3) is unknown color: approx Violet Blue. HEX triplet: B9, 5E and A3. RGB value is (185,94,163). Sum of RGB (Red+Green+Blue) = 185+94+163=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 94 (37.11% from 255 or 21.27% from 442); Blue value is 163 (64.06% from 255 or 36.88% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B95EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95EA3 is #46A15C. Grayscale: #808080. Windows color (decimal): -4628829 or 10706617. OLE color: 10706617.

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

Color convert

RGB18594163-
CMYK00.490.120.27
HSL314.51º39.39%54.71%-
HSV(B)314.51º49.19%72.55%-
XYZ30.6220.9637.08-
YUV129.07147.15167.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.86%
GREEN value IS 94 (37.11% from 255) = 21.27%
BLUE value IS 163 (64.06% from 255) = 36.88%
R=41.86%
G=21.27%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859416300.490.120.27314.5139.3954.71
HexB95EA3031C1B13b2737
Octal27113624306114334734767
Binary101110011011110101000110110001110011011100111011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95EA3; }

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

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

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

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

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

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

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

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