#B95AA4

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

Shades of Violet Blue #B95AA4

Tints of Violet Blue #B95AA4

Color information

#B95AA4 (or 0xB95AA4) is unknown color: approx Violet Blue. HEX triplet: B9, 5A and A4. RGB value is (185,90,164). Sum of RGB (Red+Green+Blue) = 185+90+164=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B95AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95AA4 is #46A55B. Grayscale: #7E7E7E. Windows color (decimal): -4629852 or 10771129. OLE color: 10771129.

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

Color convert

RGB18590164-
CMYK00.510.110.27
HSL313.26º40.43%53.92%-
HSV(B)313.26º51.35%72.55%-
XYZ30.3620.3137.44-
YUV126.84148.97169.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 90 (35.55% from 255) = 20.50%
BLUE value IS 164 (64.45% from 255) = 37.36%
R=42.14%
G=20.50%
B=37.36%

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
Decimal1859016400.510.110.27313.2640.4353.92
HexB95AA4033B1B1392836
Octal27113224406313334715066
Binary101110011011010101001000110011101111011100111001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95AA4; }

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

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

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

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

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

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

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

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