Html Css Color HEX #B053AD Violet Blue

📋 copy color: '#B053AD'

red 176 ◦ green 83 ◦ blue 173

#B053AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #B053AD

Tints of Violet Blue #B053AD

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 value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B053AD (or 0xB053AD) is known color: 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

RGB 176 83 173 -
CMYK 0 0.53 0.02 0.31
HSL 301.94º 0.37% 0.51% -
HSV(B) 301.94º 0.53% 0.69% -
XYZ 28.54 18.43 41.59 -
YUV 121.07 157.31 167.18 -
System Red Green Blue C M Y K H S L
Decimal 176 83 173 0 0.53 0.02 0.31 301.94 0.37 0.51
Hex B0 53 AD 0 35 2 1F 12E 25 33
Octal 260 123 255 0 65 2 37 456 45 63
Binary 10110000 1010011 10101101 0 110101 10 11111 100101110 100101 110011

Color Harmonies of #B053AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B053AD

Black with #B053AD

Text Example


Text Example

White with #B053AD

Text Example


Text Example

HTML Codes & Css Web 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>