#B152AA

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

Shades of Violet Blue #B152AA

Tints of Violet Blue #B152AA

Color information

#B152AA (or 0xB152AA) is unknown color: approx Violet Blue. HEX triplet: B1, 52 and AA. RGB value is (177,82,170). Sum of RGB (Red+Green+Blue) = 177+82+170=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B152AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B152AA is #4EAD55. Grayscale: #787878. Windows color (decimal): -5156182 or 11162289. OLE color: 11162289.

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

Color convert

RGB17782170-
CMYK00.540.040.31
HSL304.42º37.85%50.78%-
HSV(B)304.42º53.67%69.41%-
XYZ28.418.2840.06-
YUV120.44155.97168.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 82 (32.42% from 255) = 19.11%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=41.26%
G=19.11%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778217000.540.040.31304.4237.8550.78
HexB152AA03641F1302633
Octal2611222520664374604663
Binary10110001101001010101010011011010011111100110000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B152AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B152AA; }

 p { color: rgb(177,82,170); }

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

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

 a { background-color: rgb(177,82,170); }

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

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

 span { border-color: rgb(177,82,170); }

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