#B95AA5

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

Shades of Violet Blue #B95AA5

Tints of Violet Blue #B95AA5

Color information

#B95AA5 (or 0xB95AA5) is unknown color: approx Violet Blue. HEX triplet: B9, 5A and A5. RGB value is (185,90,165). Sum of RGB (Red+Green+Blue) = 185+90+165=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B95AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95AA5 is #46A55A. Grayscale: #7E7E7E. Windows color (decimal): -4629851 or 10836665. OLE color: 10836665.

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

Color convert

RGB18590165-
CMYK00.510.110.27
HSL312.63º40.43%53.92%-
HSV(B)312.63º51.35%72.55%-
XYZ30.4620.3437.92-
YUV126.96149.47169.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 90 (35.55% from 255) = 20.45%
BLUE value IS 165 (64.84% from 255) = 37.5%
R=42.05%
G=20.45%
B=37.5%

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
Decimal1859016500.510.110.27312.6340.4353.92
HexB95AA5033B1B1392836
Octal27113224506313334715066
Binary101110011011010101001010110011101111011100111001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95AA5; }

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

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

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

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

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

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

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

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