Html Css Color HEX #B10AA2 Medium Violet Red

📋 copy color: '#B10AA2'

red 177 ◦ green 10 ◦ blue 162

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

Shades of Medium Violet Red #B10AA2

Tints of Medium Violet Red #B10AA2

RGB

 RED value IS 177 (69.53% from 255) = 50.72%

 GREEN value IS 10 (4.3% from 255) = 2.87%

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

R = 50.72%
G = 2.87%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B10AA2 (or 0xB10AA2) is known color: Medium Violet Red. HEX triplet: B1, 0A and A2. RGB value is (177,10,162). Sum of RGB (Red+Green+Blue) = 177+10+162=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 10 (4.30% from 255 or 2.87% from 349); Blue value is 162 (63.67% from 255 or 46.42% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B10AA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10AA2 is #4EF55D. Grayscale: #4C4C4C. Windows color (decimal): -5174622 or 10619569. OLE color: 10619569.

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

Color convert

RGB 177 10 162 -
CMYK 0 0.94 0.08 0.31
HSL 305.39º 0.89% 0.37% -
HSV(B) 305.39º 0.94% 0.69% -
XYZ 24.76 12.17 35.23 -
YUV 77.26 175.83 199.14 -
System Red Green Blue C M Y K H S L
Decimal 177 10 162 0 0.94 0.08 0.31 305.39 0.89 0.37
Hex B1 A A2 0 5E 8 1F 131 59 25
Octal 261 12 242 0 136 10 37 461 131 45
Binary 10110001 1010 10100010 0 1011110 1000 11111 100110001 1011001 100101

Color Harmonies of #B10AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10AA2

Black with #B10AA2

Text Example


Text Example

White with #B10AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10AA2; }

 p { color: rgb(177,10,162); }

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

background-color css

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

 a { background-color: rgb(177,10,162); }

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

border-color css

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

 span { border-color: rgb(177,10,162); }

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