Html Css Color HEX #B20E8C Medium Violet Red

📋 copy color: '#B20E8C'

red 178 ◦ green 14 ◦ blue 140

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

Shades of Medium Violet Red #B20E8C

Tints of Medium Violet Red #B20E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.17%

R = 53.61%
G = 4.22%
B = 42.17%

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

#B20E8C (or 0xB20E8C) is known color: Medium Violet Red. HEX triplet: B2, 0E and 8C. RGB value is (178,14,140). Sum of RGB (Red+Green+Blue) = 178+14+140=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 14 (5.86% from 255 or 4.22% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20E8C is #4DF173. Grayscale: #4D4D4D. Windows color (decimal): -5108084 or 9178802. OLE color: 9178802.

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

Color convert

RGB 178 14 140 -
CMYK 0 0.92 0.21 0.30
HSL 313.9º 0.85% 0.38% -
HSV(B) 313.9º 0.92% 0.7% -
XYZ 23.25 11.67 25.84 -
YUV 77.4 163.33 199.75 -
System Red Green Blue C M Y K H S L
Decimal 178 14 140 0 0.92 0.21 0.30 313.9 0.85 0.38
Hex B2 E 8C 0 5C 15 1E 13A 55 26
Octal 262 16 214 0 134 25 36 472 125 46
Binary 10110010 1110 10001100 0 1011100 10101 11110 100111010 1010101 100110

Color Harmonies of #B20E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20E8C

Black with #B20E8C

Text Example


Text Example

White with #B20E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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