Html Css Color HEX #B21176 Medium Violet Red

📋 copy color: '#B21176'

red 178 ◦ green 17 ◦ blue 118

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

Shades of Medium Violet Red #B21176

Tints of Medium Violet Red #B21176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.7%

R = 56.87%
G = 5.43%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B21176 (or 0xB21176) is known color: Medium Violet Red. HEX triplet: B2, 11 and 76. RGB value is (178,17,118). Sum of RGB (Red+Green+Blue) = 178+17+118=313 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.87% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 178 - color contains mainly: red. Hex color #B21176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21176 is #4DEE89. Grayscale: #4C4C4C. Windows color (decimal): -5107338 or 7737778. OLE color: 7737778.

HSL color Cylindrical-coordinate representation of color #B21176: hue angle of 322.36º 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 #B21176 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 17 118 -
CMYK 0 0.90 0.34 0.30
HSL 322.36º 0.83% 0.38% -
HSV(B) 322.36º 0.9% 0.7% -
XYZ 21.83 11.17 18.15 -
YUV 76.65 151.34 200.29 -
System Red Green Blue C M Y K H S L
Decimal 178 17 118 0 0.90 0.34 0.30 322.36 0.83 0.38
Hex B2 11 76 0 5A 22 1E 142 53 26
Octal 262 21 166 0 132 42 36 502 123 46
Binary 10110010 10001 1110110 0 1011010 100010 11110 101000010 1010011 100110

Color Harmonies of #B21176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21176

Black with #B21176

Text Example


Text Example

White with #B21176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21176; }

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

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

background-color css

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

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

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

border-color css

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

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

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