Html Css Color HEX #B21179 Medium Violet Red

📋 copy color: '#B21179'

red 178 ◦ green 17 ◦ blue 121

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

Shades of Medium Violet Red #B21179

Tints of Medium Violet Red #B21179

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.38%

 BLUE value IS 121 (47.66% from 255) = 38.29%

R = 56.33%
G = 5.38%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B21179 (or 0xB21179) is known color: Medium Violet Red. HEX triplet: B2, 11 and 79. RGB value is (178,17,121). Sum of RGB (Red+Green+Blue) = 178+17+121=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B21179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21179 is #4DEE86. Grayscale: #4C4C4C. Windows color (decimal): -5107335 or 7934386. OLE color: 7934386.

HSL color Cylindrical-coordinate representation of color #B21179: hue angle of 321.24º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21179 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 17 121 -
CMYK 0 0.90 0.32 0.30
HSL 321.24º 0.83% 0.38% -
HSV(B) 321.24º 0.9% 0.7% -
XYZ 22.01 11.25 19.1 -
YUV 77 152.84 200.04 -
System Red Green Blue C M Y K H S L
Decimal 178 17 121 0 0.90 0.32 0.30 321.24 0.83 0.38
Hex B2 11 79 0 5A 20 1E 141 53 26
Octal 262 21 171 0 132 40 36 501 123 46
Binary 10110010 10001 1111001 0 1011010 100000 11110 101000001 1010011 100110

Color Harmonies of #B21179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21179

Black with #B21179

Text Example


Text Example

White with #B21179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21179; }

 p { color: rgb(178,17,121); }

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

background-color css

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

 a { background-color: rgb(178,17,121); }

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

border-color css

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

 span { border-color: rgb(178,17,121); }

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