Html Css Color HEX #B052A1 Violet Blue

📋 copy color: '#B052A1'

red 176 ◦ green 82 ◦ blue 161

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

Shades of Violet Blue #B052A1

Tints of Violet Blue #B052A1

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.57%

 BLUE value IS 161 (63.28% from 255) = 38.42%

R = 42%
G = 19.57%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B052A1 (or 0xB052A1) is known color: Violet Blue. HEX triplet: B0, 52 and A1. RGB value is (176,82,161). Sum of RGB (Red+Green+Blue) = 176+82+161=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B052A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B052A1 is #4FAD5E. Grayscale: #767676. Windows color (decimal): -5221727 or 10572464. OLE color: 10572464.

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

Color convert

RGB 176 82 161 -
CMYK 0 0.53 0.09 0.31
HSL 309.57º 0.37% 0.51% -
HSV(B) 309.57º 0.53% 0.69% -
XYZ 27.35 17.84 35.72 -
YUV 119.11 151.64 168.58 -
System Red Green Blue C M Y K H S L
Decimal 176 82 161 0 0.53 0.09 0.31 309.57 0.37 0.51
Hex B0 52 A1 0 35 9 1F 136 25 33
Octal 260 122 241 0 65 11 37 466 45 63
Binary 10110000 1010010 10100001 0 110101 1001 11111 100110110 100101 110011

Color Harmonies of #B052A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B052A1

Black with #B052A1

Text Example


Text Example

White with #B052A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B052A1; }

 p { color: rgb(176,82,161); }

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

background-color css

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

 a { background-color: rgb(176,82,161); }

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

border-color css

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

 span { border-color: rgb(176,82,161); }

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