Html Css Color HEX #B01AA2 Medium Violet Red

📋 copy color: '#B01AA2'

red 176 ◦ green 26 ◦ blue 162

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

Shades of Medium Violet Red #B01AA2

Tints of Medium Violet Red #B01AA2

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.14%

 BLUE value IS 162 (63.67% from 255) = 44.51%

R = 48.35%
G = 7.14%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B01AA2 (or 0xB01AA2) is known color: Medium Violet Red. HEX triplet: B0, 1A and A2. RGB value is (176,26,162). Sum of RGB (Red+Green+Blue) = 176+26+162=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 162 (63.67% from 255 or 44.51% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B01AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01AA2 is #4FE55D. Grayscale: #555555. Windows color (decimal): -5236062 or 10623664. OLE color: 10623664.

HSL color Cylindrical-coordinate representation of color #B01AA2: hue angle of 305.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01AA2 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 26 162 -
CMYK 0 0.85 0.08 0.31
HSL 305.6º 0.74% 0.4% -
HSV(B) 305.6º 0.85% 0.69% -
XYZ 24.8 12.58 35.3 -
YUV 86.35 170.7 191.94 -
System Red Green Blue C M Y K H S L
Decimal 176 26 162 0 0.85 0.08 0.31 305.6 0.74 0.4
Hex B0 1A A2 0 55 8 1F 132 4A 28
Octal 260 32 242 0 125 10 37 462 112 50
Binary 10110000 11010 10100010 0 1010101 1000 11111 100110010 1001010 101000

Color Harmonies of #B01AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01AA2

Black with #B01AA2

Text Example


Text Example

White with #B01AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01AA2; }

 p { color: rgb(176,26,162); }

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

background-color css

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

 a { background-color: rgb(176,26,162); }

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

border-color css

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

 span { border-color: rgb(176,26,162); }

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