Html Css Color HEX #B053AA Violet Blue

📋 copy color: '#B053AA'

red 176 ◦ green 83 ◦ blue 170

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

Shades of Violet Blue #B053AA

Tints of Violet Blue #B053AA

RGB

 RED value IS 176 (69.14% from 255) = 41.03%

 GREEN value IS 83 (32.81% from 255) = 19.35%

 BLUE value IS 170 (66.8% from 255) = 39.63%

R = 41.03%
G = 19.35%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B053AA (or 0xB053AA) is known color: Violet Blue. HEX triplet: B0, 53 and AA. RGB value is (176,83,170). Sum of RGB (Red+Green+Blue) = 176+83+170=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B053AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B053AA is #4FAC55. Grayscale: #787878. Windows color (decimal): -5221462 or 11162544. OLE color: 11162544.

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

Color convert

RGB 176 83 170 -
CMYK 0 0.53 0.03 0.31
HSL 303.87º 0.37% 0.51% -
HSV(B) 303.87º 0.53% 0.69% -
XYZ 28.25 18.32 40.08 -
YUV 120.73 155.81 167.43 -
System Red Green Blue C M Y K H S L
Decimal 176 83 170 0 0.53 0.03 0.31 303.87 0.37 0.51
Hex B0 53 AA 0 35 3 1F 130 25 33
Octal 260 123 252 0 65 3 37 460 45 63
Binary 10110000 1010011 10101010 0 110101 11 11111 100110000 100101 110011

Color Harmonies of #B053AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B053AA

Black with #B053AA

Text Example


Text Example

White with #B053AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B053AA; }

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

 H1.HeaderClassName
 {
   color: #B053AA;
 }
 .AnyTagClassName
 {
   color: #B053AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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