#B05AA1

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

Shades of Violet Blue #B05AA1

Tints of Violet Blue #B05AA1

Color information

#B05AA1 (or 0xB05AA1) is unknown color: approx Violet Blue. HEX triplet: B0, 5A and A1. RGB value is (176,90,161). Sum of RGB (Red+Green+Blue) = 176+90+161=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B05AA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05AA1 is #4FA55E. Grayscale: #7B7B7B. Windows color (decimal): -5219679 or 10574512. OLE color: 10574512.

HSL color Cylindrical-coordinate representation of color #B05AA1: hue angle of 310.47º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B05AA1 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB17690161-
CMYK00.490.090.31
HSL310.47º35.25%52.16%-
HSV(B)310.47º48.86%69.02%-
XYZ27.9919.1235.93-
YUV123.81148.99165.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.22%
GREEN value IS 90 (35.55% from 255) = 21.08%
BLUE value IS 161 (63.28% from 255) = 37.70%
R=41.22%
G=21.08%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769016100.490.090.31310.4735.2552.16
HexB05AA103191F1362334
Octal26013224106111374664364
Binary101100001011010101000010110001100111111100110110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05AA1; }

 p { color: rgb(176,90,161); }

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

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

 a { background-color: rgb(176,90,161); }

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

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

 span { border-color: rgb(176,90,161); }

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