Html Css Color HEX #B20299 Medium Violet Red

📋 copy color: '#B20299'

red 178 ◦ green 2 ◦ blue 153

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

Shades of Medium Violet Red #B20299

Tints of Medium Violet Red #B20299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

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

R = 53.45%
G = 0.6%
B = 45.95%

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

#B20299 (or 0xB20299) is known color: Medium Violet Red. HEX triplet: B2, 02 and 99. RGB value is (178,2,153). Sum of RGB (Red+Green+Blue) = 178+2+153=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B20299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20299 is #4DFD66. Grayscale: #474747. Windows color (decimal): -5111143 or 10027698. OLE color: 10027698.

HSL color Cylindrical-coordinate representation of color #B20299: hue angle of 308.52º degrees, saturation: 0.98, 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 #B20299 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 2 153 -
CMYK 0 0.99 0.14 0.30
HSL 308.52º 0.98% 0.35% -
HSV(B) 308.52º 0.99% 0.7% -
XYZ 24.13 11.81 31.14 -
YUV 71.84 173.81 203.72 -
System Red Green Blue C M Y K H S L
Decimal 178 2 153 0 0.99 0.14 0.30 308.52 0.98 0.35
Hex B2 2 99 0 63 E 1E 135 62 23
Octal 262 2 231 0 143 16 36 465 142 43
Binary 10110010 10 10011001 0 1100011 1110 11110 100110101 1100010 100011

Color Harmonies of #B20299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20299

Black with #B20299

Text Example


Text Example

White with #B20299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20299; }

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

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

background-color css

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

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

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

border-color css

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

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

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