Html Css Color HEX #B20E90 Medium Violet Red

📋 copy color: '#B20E90'

red 178 ◦ green 14 ◦ blue 144

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

Shades of Medium Violet Red #B20E90

Tints of Medium Violet Red #B20E90

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.17%

 BLUE value IS 144 (56.64% from 255) = 42.86%

R = 52.98%
G = 4.17%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B20E90 (or 0xB20E90) is known color: Medium Violet Red. HEX triplet: B2, 0E and 90. RGB value is (178,14,144). Sum of RGB (Red+Green+Blue) = 178+14+144=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20E90 is #4DF16F. Grayscale: #4D4D4D. Windows color (decimal): -5108080 or 9440946. OLE color: 9440946.

HSL color Cylindrical-coordinate representation of color #B20E90: hue angle of 312.44º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B20E90 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 14 144 -
CMYK 0 0.92 0.19 0.30
HSL 312.44º 0.85% 0.38% -
HSV(B) 312.44º 0.92% 0.7% -
XYZ 23.55 11.79 27.42 -
YUV 77.86 165.33 199.43 -
System Red Green Blue C M Y K H S L
Decimal 178 14 144 0 0.92 0.19 0.30 312.44 0.85 0.38
Hex B2 E 90 0 5C 13 1E 138 55 26
Octal 262 16 220 0 134 23 36 470 125 46
Binary 10110010 1110 10010000 0 1011100 10011 11110 100111000 1010101 100110

Color Harmonies of #B20E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20E90

Black with #B20E90

Text Example


Text Example

White with #B20E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20E90; }

 p { color: rgb(178,14,144); }

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

background-color css

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

 a { background-color: rgb(178,14,144); }

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

border-color css

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

 span { border-color: rgb(178,14,144); }

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