#B95AA3

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

Shades of Violet Blue #B95AA3

Tints of Violet Blue #B95AA3

Color information

#B95AA3 (or 0xB95AA3) is unknown color: approx Violet Blue. HEX triplet: B9, 5A and A3. RGB value is (185,90,163). Sum of RGB (Red+Green+Blue) = 185+90+163=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 163 (64.06% from 255 or 37.21% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B95AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95AA3 is #46A55C. Grayscale: #7E7E7E. Windows color (decimal): -4629853 or 10705593. OLE color: 10705593.

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

Color convert

RGB18590163-
CMYK00.510.120.27
HSL313.89º40.43%53.92%-
HSV(B)313.89º51.35%72.55%-
XYZ30.2720.2736.97-
YUV126.73148.47169.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.24%
GREEN value IS 90 (35.55% from 255) = 20.55%
BLUE value IS 163 (64.06% from 255) = 37.21%
R=42.24%
G=20.55%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859016300.510.120.27313.8940.4353.92
HexB95AA3033C1B13a2836
Octal27113224306314334725066
Binary101110011011010101000110110011110011011100111010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95AA3; }

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

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

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

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

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

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

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

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