#B95BA5

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

Shades of Violet Blue #B95BA5

Tints of Violet Blue #B95BA5

Color information

#B95BA5 (or 0xB95BA5) is unknown color: approx Violet Blue. HEX triplet: B9, 5B and A5. RGB value is (185,91,165). Sum of RGB (Red+Green+Blue) = 185+91+165=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B95BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95BA5 is #46A45A. Grayscale: #7F7F7F. Windows color (decimal): -4629595 or 10836921. OLE color: 10836921.

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

Color convert

RGB18591165-
CMYK00.510.110.27
HSL312.77º40.17%54.12%-
HSV(B)312.77º50.81%72.55%-
XYZ30.5420.5137.95-
YUV127.54149.14168.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.95%
GREEN value IS 91 (35.94% from 255) = 20.63%
BLUE value IS 165 (64.84% from 255) = 37.41%
R=41.95%
G=20.63%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859116500.510.110.27312.7740.1754.12
HexB95BA5033B1B1392836
Octal27113324506313334715066
Binary101110011011011101001010110011101111011100111001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95BA5; }

 p { color: rgb(185,91,165); }

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

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

 a { background-color: rgb(185,91,165); }

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

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

 span { border-color: rgb(185,91,165); }

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