Html Css Color HEX #B21D77 Medium Violet Red

📋 copy color: '#B21D77'

red 178 ◦ green 29 ◦ blue 119

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

Shades of Medium Violet Red #B21D77

Tints of Medium Violet Red #B21D77

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.9%

 BLUE value IS 119 (46.88% from 255) = 36.5%

R = 54.6%
G = 8.9%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B21D77 (or 0xB21D77) is known color: Medium Violet Red. HEX triplet: B2, 1D and 77. RGB value is (178,29,119). Sum of RGB (Red+Green+Blue) = 178+29+119=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21D77 is #4DE288. Grayscale: #535353. Windows color (decimal): -5104265 or 7806386. OLE color: 7806386.

HSL color Cylindrical-coordinate representation of color #B21D77: hue angle of 323.76º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21D77 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 29 119 -
CMYK 0 0.84 0.33 0.30
HSL 323.76º 0.72% 0.41% -
HSV(B) 323.76º 0.84% 0.7% -
XYZ 22.13 11.68 18.54 -
YUV 83.81 147.86 195.18 -
System Red Green Blue C M Y K H S L
Decimal 178 29 119 0 0.84 0.33 0.30 323.76 0.72 0.41
Hex B2 1D 77 0 54 21 1E 144 48 29
Octal 262 35 167 0 124 41 36 504 110 51
Binary 10110010 11101 1110111 0 1010100 100001 11110 101000100 1001000 101001

Color Harmonies of #B21D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21D77

Black with #B21D77

Text Example


Text Example

White with #B21D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21D77; }

 p { color: rgb(178,29,119); }

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

background-color css

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

 a { background-color: rgb(178,29,119); }

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

border-color css

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

 span { border-color: rgb(178,29,119); }

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