Html Css Color HEX #B20799 Medium Violet Red

📋 copy color: '#B20799'

red 178 ◦ green 7 ◦ blue 153

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

Shades of Medium Violet Red #B20799

Tints of Medium Violet Red #B20799

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.07%

 BLUE value IS 153 (60.16% from 255) = 45.27%

R = 52.66%
G = 2.07%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B20799 (or 0xB20799) is known color: Medium Violet Red. HEX triplet: B2, 07 and 99. RGB value is (178,7,153). Sum of RGB (Red+Green+Blue) = 178+7+153=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B20799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20799 is #4DF866. Grayscale: #4A4A4A. Windows color (decimal): -5109863 or 10028978. OLE color: 10028978.

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

Color convert

RGB 178 7 153 -
CMYK 0 0.96 0.14 0.30
HSL 308.77º 0.92% 0.36% -
HSV(B) 308.77º 0.96% 0.7% -
XYZ 24.19 11.92 31.16 -
YUV 74.77 172.15 201.63 -
System Red Green Blue C M Y K H S L
Decimal 178 7 153 0 0.96 0.14 0.30 308.77 0.92 0.36
Hex B2 7 99 0 60 E 1E 135 5C 24
Octal 262 7 231 0 140 16 36 465 134 44
Binary 10110010 111 10011001 0 1100000 1110 11110 100110101 1011100 100100

Color Harmonies of #B20799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20799

Black with #B20799

Text Example


Text Example

White with #B20799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20799; }

 p { color: rgb(178,7,153); }

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

background-color css

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

 a { background-color: rgb(178,7,153); }

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

border-color css

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

 span { border-color: rgb(178,7,153); }

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