Html Css Color HEX #B20A8D Medium Violet Red

📋 copy color: '#B20A8D'

red 178 ◦ green 10 ◦ blue 141

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

Shades of Medium Violet Red #B20A8D

Tints of Medium Violet Red #B20A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.86%

R = 54.1%
G = 3.04%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B20A8D (or 0xB20A8D) is known color: Medium Violet Red. HEX triplet: B2, 0A and 8D. RGB value is (178,10,141). Sum of RGB (Red+Green+Blue) = 178+10+141=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20A8D is #4DF572. Grayscale: #4A4A4A. Windows color (decimal): -5109107 or 9243314. OLE color: 9243314.

HSL color Cylindrical-coordinate representation of color #B20A8D: hue angle of 313.21º 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 #B20A8D is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 10 141 -
CMYK 0 0.94 0.21 0.30
HSL 313.21º 0.89% 0.37% -
HSV(B) 313.21º 0.94% 0.7% -
XYZ 23.28 11.61 26.21 -
YUV 75.17 165.16 201.35 -
System Red Green Blue C M Y K H S L
Decimal 178 10 141 0 0.94 0.21 0.30 313.21 0.89 0.37
Hex B2 A 8D 0 5E 15 1E 139 59 25
Octal 262 12 215 0 136 25 36 471 131 45
Binary 10110010 1010 10001101 0 1011110 10101 11110 100111001 1011001 100101

Color Harmonies of #B20A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20A8D

Black with #B20A8D

Text Example


Text Example

White with #B20A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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