Html Css Color HEX #B21E9C Medium Violet Red

📋 copy color: '#B21E9C'

red 178 ◦ green 30 ◦ blue 156

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

Shades of Medium Violet Red #B21E9C

Tints of Medium Violet Red #B21E9C

RGB

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

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

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

R = 48.9%
G = 8.24%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B21E9C (or 0xB21E9C) is known color: Medium Violet Red. HEX triplet: B2, 1E and 9C. RGB value is (178,30,156). Sum of RGB (Red+Green+Blue) = 178+30+156=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 30 (12.11% from 255 or 8.24% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21E9C is #4DE163. Grayscale: #585858. Windows color (decimal): -5103972 or 10231474. OLE color: 10231474.

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

Color convert

RGB 178 30 156 -
CMYK 0 0.83 0.12 0.30
HSL 308.92º 0.71% 0.41% -
HSV(B) 308.92º 0.83% 0.7% -
XYZ 24.83 12.79 32.61 -
YUV 88.62 166.03 191.75 -
System Red Green Blue C M Y K H S L
Decimal 178 30 156 0 0.83 0.12 0.30 308.92 0.71 0.41
Hex B2 1E 9C 0 53 C 1E 135 47 29
Octal 262 36 234 0 123 14 36 465 107 51
Binary 10110010 11110 10011100 0 1010011 1100 11110 100110101 1000111 101001

Color Harmonies of #B21E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21E9C

Black with #B21E9C

Text Example


Text Example

White with #B21E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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