Html Css Color HEX #B21B7D Medium Violet Red

📋 copy color: '#B21B7D'

red 178 ◦ green 27 ◦ blue 125

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

Shades of Medium Violet Red #B21B7D

Tints of Medium Violet Red #B21B7D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.18%

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

R = 53.94%
G = 8.18%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B21B7D (or 0xB21B7D) is known color: Medium Violet Red. HEX triplet: B2, 1B and 7D. RGB value is (178,27,125). Sum of RGB (Red+Green+Blue) = 178+27+125=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21B7D is #4DE482. Grayscale: #535353. Windows color (decimal): -5104771 or 8199090. OLE color: 8199090.

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

Color convert

RGB 178 27 125 -
CMYK 0 0.85 0.30 0.30
HSL 321.06º 0.74% 0.4% -
HSV(B) 321.06º 0.85% 0.7% -
XYZ 22.45 11.73 20.48 -
YUV 83.32 151.53 195.53 -
System Red Green Blue C M Y K H S L
Decimal 178 27 125 0 0.85 0.30 0.30 321.06 0.74 0.4
Hex B2 1B 7D 0 55 1E 1E 141 4A 28
Octal 262 33 175 0 125 36 36 501 112 50
Binary 10110010 11011 1111101 0 1010101 11110 11110 101000001 1001010 101000

Color Harmonies of #B21B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21B7D

Black with #B21B7D

Text Example


Text Example

White with #B21B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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