Html Css Color HEX #B20A9E Medium Violet Red

📋 copy color: '#B20A9E'

red 178 ◦ green 10 ◦ blue 158

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

Shades of Medium Violet Red #B20A9E

Tints of Medium Violet Red #B20A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.66%

R = 51.45%
G = 2.89%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B20A9E (or 0xB20A9E) is known color: Medium Violet Red. HEX triplet: B2, 0A and 9E. RGB value is (178,10,158). Sum of RGB (Red+Green+Blue) = 178+10+158=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20A9E is #4DF561. Grayscale: #4C4C4C. Windows color (decimal): -5109090 or 10357426. OLE color: 10357426.

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

Color convert

RGB 178 10 158 -
CMYK 0 0.94 0.11 0.30
HSL 307.14º 0.89% 0.37% -
HSV(B) 307.14º 0.94% 0.7% -
XYZ 24.64 12.15 33.39 -
YUV 77.1 173.66 199.97 -
System Red Green Blue C M Y K H S L
Decimal 178 10 158 0 0.94 0.11 0.30 307.14 0.89 0.37
Hex B2 A 9E 0 5E B 1E 133 59 25
Octal 262 12 236 0 136 13 36 463 131 45
Binary 10110010 1010 10011110 0 1011110 1011 11110 100110011 1011001 100101

Color Harmonies of #B20A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20A9E

Black with #B20A9E

Text Example


Text Example

White with #B20A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20A9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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