Html Css Color HEX #B053A4 Violet Blue

📋 copy color: '#B053A4'

red 176 ◦ green 83 ◦ blue 164

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

Shades of Violet Blue #B053A4

Tints of Violet Blue #B053A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.77%

R = 41.61%
G = 19.62%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B053A4 (or 0xB053A4) is known color: Violet Blue. HEX triplet: B0, 53 and A4. RGB value is (176,83,164). Sum of RGB (Red+Green+Blue) = 176+83+164=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B053A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B053A4 is #4FAC5B. Grayscale: #777777. Windows color (decimal): -5221468 or 10769328. OLE color: 10769328.

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

Color convert

RGB 176 83 164 -
CMYK 0 0.53 0.07 0.31
HSL 307.74º 0.37% 0.51% -
HSV(B) 307.74º 0.53% 0.69% -
XYZ 27.7 18.1 37.16 -
YUV 120.04 152.81 167.91 -
System Red Green Blue C M Y K H S L
Decimal 176 83 164 0 0.53 0.07 0.31 307.74 0.37 0.51
Hex B0 53 A4 0 35 7 1F 134 25 33
Octal 260 123 244 0 65 7 37 464 45 63
Binary 10110000 1010011 10100100 0 110101 111 11111 100110100 100101 110011

Color Harmonies of #B053A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B053A4

Black with #B053A4

Text Example


Text Example

White with #B053A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B053A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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