Html Css Color HEX #B052A7 Violet Blue

📋 copy color: '#B052A7'

red 176 ◦ green 82 ◦ blue 167

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

Shades of Violet Blue #B052A7

Tints of Violet Blue #B052A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.29%

R = 41.41%
G = 19.29%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B052A7 (or 0xB052A7) is known color: Violet Blue. HEX triplet: B0, 52 and A7. RGB value is (176,82,167). Sum of RGB (Red+Green+Blue) = 176+82+167=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 167 (65.62% from 255 or 39.29% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B052A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B052A7 is #4FAD58. Grayscale: #777777. Windows color (decimal): -5221721 or 10965680. OLE color: 10965680.

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

Color convert

RGB 176 82 167 -
CMYK 0 0.53 0.05 0.31
HSL 305.74º 0.37% 0.51% -
HSV(B) 305.74º 0.53% 0.69% -
XYZ 27.9 18.05 38.57 -
YUV 119.8 154.64 168.09 -
System Red Green Blue C M Y K H S L
Decimal 176 82 167 0 0.53 0.05 0.31 305.74 0.37 0.51
Hex B0 52 A7 0 35 5 1F 132 25 33
Octal 260 122 247 0 65 5 37 462 45 63
Binary 10110000 1010010 10100111 0 110101 101 11111 100110010 100101 110011

Color Harmonies of #B052A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B052A7

Black with #B052A7

Text Example


Text Example

White with #B052A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B052A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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