Html Css Color HEX #B20994 Medium Violet Red

📋 copy color: '#B20994'

red 178 ◦ green 9 ◦ blue 148

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

Shades of Medium Violet Red #B20994

Tints of Medium Violet Red #B20994

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.69%

 BLUE value IS 148 (58.2% from 255) = 44.18%

R = 53.13%
G = 2.69%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B20994 (or 0xB20994) is known color: Medium Violet Red. HEX triplet: B2, 09 and 94. RGB value is (178,9,148). Sum of RGB (Red+Green+Blue) = 178+9+148=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B20994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20994 is #4DF66B. Grayscale: #4A4A4A. Windows color (decimal): -5109356 or 9701810. OLE color: 9701810.

HSL color Cylindrical-coordinate representation of color #B20994: hue angle of 310.65º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20994 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 9 148 -
CMYK 0 0.95 0.17 0.30
HSL 310.65º 0.9% 0.37% -
HSV(B) 310.65º 0.95% 0.7% -
XYZ 23.8 11.8 29.04 -
YUV 75.38 168.99 201.2 -
System Red Green Blue C M Y K H S L
Decimal 178 9 148 0 0.95 0.17 0.30 310.65 0.9 0.37
Hex B2 9 94 0 5F 11 1E 137 5A 25
Octal 262 11 224 0 137 21 36 467 132 45
Binary 10110010 1001 10010100 0 1011111 10001 11110 100110111 1011010 100101

Color Harmonies of #B20994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20994

Black with #B20994

Text Example


Text Example

White with #B20994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20994; }

 p { color: rgb(178,9,148); }

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

background-color css

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

 a { background-color: rgb(178,9,148); }

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

border-color css

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

 span { border-color: rgb(178,9,148); }

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