Html Css Color HEX #B21E7D Medium Violet Red

📋 copy color: '#B21E7D'

red 178 ◦ green 30 ◦ blue 125

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

Shades of Medium Violet Red #B21E7D

Tints of Medium Violet Red #B21E7D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.01%

 BLUE value IS 125 (49.22% from 255) = 37.54%

R = 53.45%
G = 9.01%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B21E7D (or 0xB21E7D) is known color: Medium Violet Red. HEX triplet: B2, 1E and 7D. RGB value is (178,30,125). Sum of RGB (Red+Green+Blue) = 178+30+125=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21E7D is #4DE182. Grayscale: #545454. Windows color (decimal): -5104003 or 8199858. OLE color: 8199858.

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

Color convert

RGB 178 30 125 -
CMYK 0 0.83 0.30 0.30
HSL 321.49º 0.71% 0.41% -
HSV(B) 321.49º 0.83% 0.7% -
XYZ 22.53 11.87 20.51 -
YUV 85.08 150.53 194.28 -
System Red Green Blue C M Y K H S L
Decimal 178 30 125 0 0.83 0.30 0.30 321.49 0.71 0.41
Hex B2 1E 7D 0 53 1E 1E 141 47 29
Octal 262 36 175 0 123 36 36 501 107 51
Binary 10110010 11110 1111101 0 1010011 11110 11110 101000001 1000111 101001

Color Harmonies of #B21E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21E7D

Black with #B21E7D

Text Example


Text Example

White with #B21E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21E7D; }

 p { color: rgb(178,30,125); }

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

background-color css

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

 a { background-color: rgb(178,30,125); }

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

border-color css

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

 span { border-color: rgb(178,30,125); }

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