#B150A1

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

Shades of Violet Blue #B150A1

Tints of Violet Blue #B150A1

Color information

#B150A1 (or 0xB150A1) is unknown color: approx Violet Blue. HEX triplet: B1, 50 and A1. RGB value is (177,80,161). Sum of RGB (Red+Green+Blue) = 177+80+161=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B150A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B150A1 is #4EAF5E. Grayscale: #767676. Windows color (decimal): -5156703 or 10571953. OLE color: 10571953.

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

Color convert

RGB17780161-
CMYK00.550.090.31
HSL309.9º38.34%50.39%-
HSV(B)309.9º54.8%69.41%-
XYZ27.4317.6635.68-
YUV118.24152.14169.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.34%
GREEN value IS 80 (31.64% from 255) = 19.14%
BLUE value IS 161 (63.28% from 255) = 38.52%
R=42.34%
G=19.14%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778016100.550.090.31309.938.3450.39
HexB150A103791F1362632
Octal26112024106711374664662
Binary101100011010000101000010110111100111111100110110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B150A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B150A1; }

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

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

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

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

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

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

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

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