#B053AD

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

Shades of Violet Blue #B053AD

Tints of Violet Blue #B053AD

Color information

#B053AD (or 0xB053AD) is unknown color: approx Violet Blue. HEX triplet: B0, 53 and AD. RGB value is (176,83,173). Sum of RGB (Red+Green+Blue) = 176+83+173=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B053AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B053AD is #4FAC52. Grayscale: #787878. Windows color (decimal): -5221459 or 11359152. OLE color: 11359152.

HSL color Cylindrical-coordinate representation of color #B053AD: hue angle of 301.94º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B053AD is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17683173-
CMYK00.530.020.31
HSL301.94º37.05%50.78%-
HSV(B)301.94º52.84%69.02%-
XYZ28.5418.4341.59-
YUV121.07157.31167.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.74%
GREEN value IS 83 (32.81% from 255) = 19.21%
BLUE value IS 173 (67.97% from 255) = 40.05%
R=40.74%
G=19.21%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768317300.530.020.31301.9437.0550.78
HexB053AD03521F12e2533
Octal2601232550652374564563
Binary1011000010100111010110101101011011111100101110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B053AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B053AD; }

 p { color: rgb(176,83,173); }

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

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

 a { background-color: rgb(176,83,173); }

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

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

 span { border-color: rgb(176,83,173); }

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