Html Css Color HEX #B21D93 Medium Violet Red

📋 copy color: '#B21D93'

red 178 ◦ green 29 ◦ blue 147

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

Shades of Medium Violet Red #B21D93

Tints of Medium Violet Red #B21D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.53%

R = 50.28%
G = 8.19%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B21D93 (or 0xB21D93) is known color: Medium Violet Red. HEX triplet: B2, 1D and 93. RGB value is (178,29,147). Sum of RGB (Red+Green+Blue) = 178+29+147=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21D93 is #4DE26C. Grayscale: #565656. Windows color (decimal): -5104237 or 9641394. OLE color: 9641394.

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

Color convert

RGB 178 29 147 -
CMYK 0 0.84 0.17 0.30
HSL 312.48º 0.72% 0.41% -
HSV(B) 312.48º 0.84% 0.7% -
XYZ 24.07 12.45 28.74 -
YUV 87 161.86 192.91 -
System Red Green Blue C M Y K H S L
Decimal 178 29 147 0 0.84 0.17 0.30 312.48 0.72 0.41
Hex B2 1D 93 0 54 11 1E 138 48 29
Octal 262 35 223 0 124 21 36 470 110 51
Binary 10110010 11101 10010011 0 1010100 10001 11110 100111000 1001000 101001

Color Harmonies of #B21D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21D93

Black with #B21D93

Text Example


Text Example

White with #B21D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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