#B150A9

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

Shades of Violet Blue #B150A9

Tints of Violet Blue #B150A9

Color information

#B150A9 (or 0xB150A9) is unknown color: approx Violet Blue. HEX triplet: B1, 50 and A9. RGB value is (177,80,169). Sum of RGB (Red+Green+Blue) = 177+80+169=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 169 (66.41% from 255 or 39.67% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B150A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B150A9 is #4EAF56. Grayscale: #767676. Windows color (decimal): -5156695 or 11096241. OLE color: 11096241.

HSL color Cylindrical-coordinate representation of color #B150A9: hue angle of 304.95º 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 #B150A9 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB17780169-
CMYK00.550.050.31
HSL304.95º38.34%50.39%-
HSV(B)304.95º54.8%69.41%-
XYZ28.1617.9539.52-
YUV119.15156.14169.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.55%
GREEN value IS 80 (31.64% from 255) = 18.78%
BLUE value IS 169 (66.41% from 255) = 39.67%
R=41.55%
G=18.78%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778016900.550.050.31304.9538.3450.39
HexB150A903751F1312632
Octal2611202510675374614662
Binary10110001101000010101001011011110111111100110001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B150A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B150A9; }

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

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

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

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

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

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

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

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