Html Css Color HEX #B21D9C Medium Violet Red

📋 copy color: '#B21D9C'

red 178 ◦ green 29 ◦ blue 156

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

Shades of Medium Violet Red #B21D9C

Tints of Medium Violet Red #B21D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.98%

R = 49.04%
G = 7.99%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B21D9C (or 0xB21D9C) is known color: Medium Violet Red. HEX triplet: B2, 1D and 9C. RGB value is (178,29,156). Sum of RGB (Red+Green+Blue) = 178+29+156=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21D9C is #4DE263. Grayscale: #575757. Windows color (decimal): -5104228 or 10231218. OLE color: 10231218.

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

Color convert

RGB 178 29 156 -
CMYK 0 0.84 0.12 0.30
HSL 308.86º 0.72% 0.41% -
HSV(B) 308.86º 0.84% 0.7% -
XYZ 24.8 12.74 32.61 -
YUV 88.03 166.36 192.17 -
System Red Green Blue C M Y K H S L
Decimal 178 29 156 0 0.84 0.12 0.30 308.86 0.72 0.41
Hex B2 1D 9C 0 54 C 1E 135 48 29
Octal 262 35 234 0 124 14 36 465 110 51
Binary 10110010 11101 10011100 0 1010100 1100 11110 100110101 1001000 101001

Color Harmonies of #B21D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21D9C

Black with #B21D9C

Text Example


Text Example

White with #B21D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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