Html Css Color HEX #B20199 Medium Violet Red

📋 copy color: '#B20199'

red 178 ◦ green 1 ◦ blue 153

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

Shades of Medium Violet Red #B20199

Tints of Medium Violet Red #B20199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 53.61%
G = 0.3%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B20199 (or 0xB20199) is known color: Medium Violet Red. HEX triplet: B2, 01 and 99. RGB value is (178,1,153). Sum of RGB (Red+Green+Blue) = 178+1+153=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B20199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20199 is #4DFE66. Grayscale: #464646. Windows color (decimal): -5111399 or 10027442. OLE color: 10027442.

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

Color convert

RGB 178 1 153 -
CMYK 0 0.99 0.14 0.30
HSL 308.47º 0.99% 0.35% -
HSV(B) 308.47º 0.99% 0.7% -
XYZ 24.12 11.79 31.14 -
YUV 71.25 174.14 204.14 -
System Red Green Blue C M Y K H S L
Decimal 178 1 153 0 0.99 0.14 0.30 308.47 0.99 0.35
Hex B2 1 99 0 63 E 1E 134 63 23
Octal 262 1 231 0 143 16 36 464 143 43
Binary 10110010 1 10011001 0 1100011 1110 11110 100110100 1100011 100011

Color Harmonies of #B20199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20199

Black with #B20199

Text Example


Text Example

White with #B20199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20199; }

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

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

background-color css

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

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

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

border-color css

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

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

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