#B150AA

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

Shades of Violet Blue #B150AA

Tints of Violet Blue #B150AA

Color information

#B150AA (or 0xB150AA) is unknown color: approx Violet Blue. HEX triplet: B1, 50 and AA. RGB value is (177,80,170). Sum of RGB (Red+Green+Blue) = 177+80+170=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B150AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B150AA is #4EAF55. Grayscale: #777777. Windows color (decimal): -5156694 or 11161777. OLE color: 11161777.

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

Color convert

RGB17780170-
CMYK00.550.040.31
HSL304.33º38.34%50.39%-
HSV(B)304.33º54.8%69.41%-
XYZ28.2617.9940.01-
YUV119.26156.64169.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.45%
GREEN value IS 80 (31.64% from 255) = 18.74%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=41.45%
G=18.74%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778017000.550.040.31304.3338.3450.39
HexB150AA03741F1302632
Octal2611202520674374604662
Binary10110001101000010101010011011110011111100110000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B150AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B150AA; }

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

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

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

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

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

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

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

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