Html Css Color HEX #B21976 Medium Violet Red

📋 copy color: '#B21976'

red 178 ◦ green 25 ◦ blue 118

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

Shades of Medium Violet Red #B21976

Tints of Medium Violet Red #B21976

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.79%

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

R = 55.45%
G = 7.79%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B21976 (or 0xB21976) is known color: Medium Violet Red. HEX triplet: B2, 19 and 76. RGB value is (178,25,118). Sum of RGB (Red+Green+Blue) = 178+25+118=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B21976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21976 is #4DE689. Grayscale: #515151. Windows color (decimal): -5105290 or 7739826. OLE color: 7739826.

HSL color Cylindrical-coordinate representation of color #B21976: hue angle of 323.53º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B21976 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 25 118 -
CMYK 0 0.86 0.34 0.30
HSL 323.53º 0.75% 0.4% -
HSV(B) 323.53º 0.86% 0.7% -
XYZ 21.98 11.47 18.19 -
YUV 81.35 148.69 196.94 -
System Red Green Blue C M Y K H S L
Decimal 178 25 118 0 0.86 0.34 0.30 323.53 0.75 0.4
Hex B2 19 76 0 56 22 1E 144 4B 28
Octal 262 31 166 0 126 42 36 504 113 50
Binary 10110010 11001 1110110 0 1010110 100010 11110 101000100 1001011 101000

Color Harmonies of #B21976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21976

Black with #B21976

Text Example


Text Example

White with #B21976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21976; }

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

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

background-color css

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

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

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

border-color css

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

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

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