#B051AA

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

Shades of Violet Blue #B051AA

Tints of Violet Blue #B051AA

Color information

#B051AA (or 0xB051AA) is unknown color: approx Violet Blue. HEX triplet: B0, 51 and AA. RGB value is (176,81,170). Sum of RGB (Red+Green+Blue) = 176+81+170=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B051AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B051AA is #4FAE55. Grayscale: #777777. Windows color (decimal): -5221974 or 11162032. OLE color: 11162032.

HSL color Cylindrical-coordinate representation of color #B051AA: hue angle of 303.79º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B051AA is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17681170-
CMYK00.540.030.31
HSL303.79º37.55%50.39%-
HSV(B)303.79º53.98%69.02%-
XYZ28.118.0240.03-
YUV119.55156.47168.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.22%
GREEN value IS 81 (32.03% from 255) = 18.97%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=41.22%
G=18.97%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768117000.540.030.31303.7937.5550.39
HexB051AA03631F1302632
Octal2601212520663374604662
Binary1011000010100011010101001101101111111100110000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B051AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B051AA; }

 p { color: rgb(176,81,170); }

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

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

 a { background-color: rgb(176,81,170); }

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

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

 span { border-color: rgb(176,81,170); }

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