Html Css Color HEX #B21399 Medium Violet Red

📋 copy color: '#B21399'

red 178 ◦ green 19 ◦ blue 153

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

Shades of Medium Violet Red #B21399

Tints of Medium Violet Red #B21399

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.43%

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

R = 50.86%
G = 5.43%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B21399 (or 0xB21399) is known color: Medium Violet Red. HEX triplet: B2, 13 and 99. RGB value is (178,19,153). Sum of RGB (Red+Green+Blue) = 178+19+153=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B21399 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21399 is #4DEC66. Grayscale: #515151. Windows color (decimal): -5106791 or 10032050. OLE color: 10032050.

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

Color convert

RGB 178 19 153 -
CMYK 0 0.89 0.14 0.30
HSL 309.43º 0.81% 0.39% -
HSV(B) 309.43º 0.89% 0.7% -
XYZ 24.34 12.23 31.21 -
YUV 81.82 168.18 196.6 -
System Red Green Blue C M Y K H S L
Decimal 178 19 153 0 0.89 0.14 0.30 309.43 0.81 0.39
Hex B2 13 99 0 59 E 1E 135 51 27
Octal 262 23 231 0 131 16 36 465 121 47
Binary 10110010 10011 10011001 0 1011001 1110 11110 100110101 1010001 100111

Color Harmonies of #B21399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21399

Black with #B21399

Text Example


Text Example

White with #B21399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21399; }

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

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

background-color css

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

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

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

border-color css

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

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

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