Html Css Color HEX #B21376 Medium Violet Red

📋 copy color: '#B21376'

red 178 ◦ green 19 ◦ blue 118

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

Shades of Medium Violet Red #B21376

Tints of Medium Violet Red #B21376

RGB

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

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

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

R = 56.51%
G = 6.03%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B21376 (or 0xB21376) is known color: Medium Violet Red. HEX triplet: B2, 13 and 76. RGB value is (178,19,118). Sum of RGB (Red+Green+Blue) = 178+19+118=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B21376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21376 is #4DEC89. Grayscale: #4D4D4D. Windows color (decimal): -5106826 or 7738290. OLE color: 7738290.

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

Color convert

RGB 178 19 118 -
CMYK 0 0.89 0.34 0.30
HSL 322.64º 0.81% 0.39% -
HSV(B) 322.64º 0.89% 0.7% -
XYZ 21.86 11.24 18.16 -
YUV 77.83 150.68 199.45 -
System Red Green Blue C M Y K H S L
Decimal 178 19 118 0 0.89 0.34 0.30 322.64 0.81 0.39
Hex B2 13 76 0 59 22 1E 143 51 27
Octal 262 23 166 0 131 42 36 503 121 47
Binary 10110010 10011 1110110 0 1011001 100010 11110 101000011 1010001 100111

Color Harmonies of #B21376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21376

Black with #B21376

Text Example


Text Example

White with #B21376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21376; }

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

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

background-color css

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

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

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

border-color css

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

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

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