#B150AB

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

Shades of Violet Blue #B150AB

Tints of Violet Blue #B150AB

Color information

#B150AB (or 0xB150AB) is unknown color: approx Violet Blue. HEX triplet: B1, 50 and AB. RGB value is (177,80,171). Sum of RGB (Red+Green+Blue) = 177+80+171=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B150AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B150AB is #4EAF54. Grayscale: #777777. Windows color (decimal): -5156693 or 11227313. OLE color: 11227313.

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

Color convert

RGB17780171-
CMYK00.550.030.31
HSL303.71º38.34%50.39%-
HSV(B)303.71º54.8%69.41%-
XYZ28.3518.0240.51-
YUV119.38157.14169.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.36%
GREEN value IS 80 (31.64% from 255) = 18.69%
BLUE value IS 171 (67.19% from 255) = 39.95%
R=41.36%
G=18.69%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778017100.550.030.31303.7138.3450.39
HexB150AB03731F1302632
Octal2611202530673374604662
Binary1011000110100001010101101101111111111100110000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B150AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B150AB; }

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

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

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

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

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

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

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

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