Html Css Color HEX #B20E8D Medium Violet Red

📋 copy color: '#B20E8D'

red 178 ◦ green 14 ◦ blue 141

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

Shades of Medium Violet Red #B20E8D

Tints of Medium Violet Red #B20E8D

RGB

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

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

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

R = 53.45%
G = 4.2%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B20E8D (or 0xB20E8D) is known color: Medium Violet Red. HEX triplet: B2, 0E and 8D. RGB value is (178,14,141). Sum of RGB (Red+Green+Blue) = 178+14+141=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20E8D is #4DF172. Grayscale: #4D4D4D. Windows color (decimal): -5108083 or 9244338. OLE color: 9244338.

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

Color convert

RGB 178 14 141 -
CMYK 0 0.92 0.21 0.30
HSL 313.54º 0.85% 0.38% -
HSV(B) 313.54º 0.92% 0.7% -
XYZ 23.32 11.7 26.23 -
YUV 77.51 163.83 199.67 -
System Red Green Blue C M Y K H S L
Decimal 178 14 141 0 0.92 0.21 0.30 313.54 0.85 0.38
Hex B2 E 8D 0 5C 15 1E 13A 55 26
Octal 262 16 215 0 134 25 36 472 125 46
Binary 10110010 1110 10001101 0 1011100 10101 11110 100111010 1010101 100110

Color Harmonies of #B20E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20E8D

Black with #B20E8D

Text Example


Text Example

White with #B20E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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