Html Css Color HEX #B21D76 Medium Violet Red

📋 copy color: '#B21D76'

red 178 ◦ green 29 ◦ blue 118

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

Shades of Medium Violet Red #B21D76

Tints of Medium Violet Red #B21D76

RGB

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

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

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

R = 54.77%
G = 8.92%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B21D76 (or 0xB21D76) is known color: Medium Violet Red. HEX triplet: B2, 1D and 76. RGB value is (178,29,118). Sum of RGB (Red+Green+Blue) = 178+29+118=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 29 (11.72% from 255 or 8.92% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21D76 is #4DE289. Grayscale: #535353. Windows color (decimal): -5104266 or 7740850. OLE color: 7740850.

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

Color convert

RGB 178 29 118 -
CMYK 0 0.84 0.34 0.30
HSL 324.16º 0.72% 0.41% -
HSV(B) 324.16º 0.84% 0.7% -
XYZ 22.07 11.65 18.23 -
YUV 83.7 147.36 195.26 -
System Red Green Blue C M Y K H S L
Decimal 178 29 118 0 0.84 0.34 0.30 324.16 0.72 0.41
Hex B2 1D 76 0 54 22 1E 144 48 29
Octal 262 35 166 0 124 42 36 504 110 51
Binary 10110010 11101 1110110 0 1010100 100010 11110 101000100 1001000 101001

Color Harmonies of #B21D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21D76

Black with #B21D76

Text Example


Text Example

White with #B21D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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