Html Css Color HEX #B20E7D Medium Violet Red

📋 copy color: '#B20E7D'

red 178 ◦ green 14 ◦ blue 125

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

Shades of Medium Violet Red #B20E7D

Tints of Medium Violet Red #B20E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.43%

R = 56.15%
G = 4.42%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B20E7D (or 0xB20E7D) is known color: Medium Violet Red. HEX triplet: B2, 0E and 7D. RGB value is (178,14,125). Sum of RGB (Red+Green+Blue) = 178+14+125=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20E7D is #4DF182. Grayscale: #4B4B4B. Windows color (decimal): -5108099 or 8195762. OLE color: 8195762.

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

Color convert

RGB 178 14 125 -
CMYK 0 0.92 0.30 0.30
HSL 319.39º 0.85% 0.38% -
HSV(B) 319.39º 0.92% 0.7% -
XYZ 22.22 11.26 20.4 -
YUV 75.69 155.83 200.97 -
System Red Green Blue C M Y K H S L
Decimal 178 14 125 0 0.92 0.30 0.30 319.39 0.85 0.38
Hex B2 E 7D 0 5C 1E 1E 13F 55 26
Octal 262 16 175 0 134 36 36 477 125 46
Binary 10110010 1110 1111101 0 1011100 11110 11110 100111111 1010101 100110

Color Harmonies of #B20E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20E7D

Black with #B20E7D

Text Example


Text Example

White with #B20E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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