#B050A2

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

Shades of Violet Blue #B050A2

Tints of Violet Blue #B050A2

Color information

#B050A2 (or 0xB050A2) is unknown color: approx Violet Blue. HEX triplet: B0, 50 and A2. RGB value is (176,80,162). Sum of RGB (Red+Green+Blue) = 176+80+162=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B050A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B050A2 is #4FAF5D. Grayscale: #757575. Windows color (decimal): -5222238 or 10637488. OLE color: 10637488.

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

Color convert

RGB17680162-
CMYK00.550.080.31
HSL308.75º37.8%50.2%-
HSV(B)308.75º54.55%69.02%-
XYZ27.2917.5836.14-
YUV118.05152.8169.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.11%
GREEN value IS 80 (31.64% from 255) = 19.14%
BLUE value IS 162 (63.67% from 255) = 38.76%
R=42.11%
G=19.14%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768016200.550.080.31308.7537.850.2
HexB050A203781F1352632
Octal26012024206710374654662
Binary101100001010000101000100110111100011111100110101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B050A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B050A2; }

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

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

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

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

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

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

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

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