Html Css Color HEX #B20A81 Medium Violet Red

📋 copy color: '#B20A81'

red 178 ◦ green 10 ◦ blue 129

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

Shades of Medium Violet Red #B20A81

Tints of Medium Violet Red #B20A81

RGB

 RED value IS 178 (69.92% from 255) = 56.15%

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

 BLUE value IS 129 (50.78% from 255) = 40.69%

R = 56.15%
G = 3.15%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B20A81 (or 0xB20A81) is known color: Medium Violet Red. HEX triplet: B2, 0A and 81. RGB value is (178,10,129). Sum of RGB (Red+Green+Blue) = 178+10+129=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20A81 is #4DF57E. Grayscale: #494949. Windows color (decimal): -5109119 or 8456882. OLE color: 8456882.

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

Color convert

RGB 178 10 129 -
CMYK 0 0.94 0.28 0.30
HSL 317.5º 0.89% 0.37% -
HSV(B) 317.5º 0.94% 0.7% -
XYZ 22.43 11.27 21.76 -
YUV 73.8 159.16 202.32 -
System Red Green Blue C M Y K H S L
Decimal 178 10 129 0 0.94 0.28 0.30 317.5 0.89 0.37
Hex B2 A 81 0 5E 1C 1E 13E 59 25
Octal 262 12 201 0 136 34 36 476 131 45
Binary 10110010 1010 10000001 0 1011110 11100 11110 100111110 1011001 100101

Color Harmonies of #B20A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20A81

Black with #B20A81

Text Example


Text Example

White with #B20A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20A81; }

 p { color: rgb(178,10,129); }

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

background-color css

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

 a { background-color: rgb(178,10,129); }

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

border-color css

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

 span { border-color: rgb(178,10,129); }

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