#B050A1

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

Shades of Violet Blue #B050A1

Tints of Violet Blue #B050A1

Color information

#B050A1 (or 0xB050A1) is unknown color: approx Violet Blue. HEX triplet: B0, 50 and A1. RGB value is (176,80,161). Sum of RGB (Red+Green+Blue) = 176+80+161=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B050A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B050A1 is #4FAF5E. Grayscale: #757575. Windows color (decimal): -5222239 or 10571952. OLE color: 10571952.

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

Color convert

RGB17680161-
CMYK00.550.090.31
HSL309.38º37.8%50.2%-
HSV(B)309.38º54.55%69.02%-
XYZ27.2117.5435.67-
YUV117.94152.3169.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 80 (31.64% from 255) = 19.18%
BLUE value IS 161 (63.28% from 255) = 38.61%
R=42.21%
G=19.18%
B=38.61%

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
Decimal1768016100.550.090.31309.3837.850.2
HexB050A103791F1352632
Octal26012024106711374654662
Binary101100001010000101000010110111100111111100110101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B050A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B050A1; }

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

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

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

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

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

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

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

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