Html Css Color HEX #B21C9D Medium Violet Red

📋 copy color: '#B21C9D'

red 178 ◦ green 28 ◦ blue 157

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

Shades of Medium Violet Red #B21C9D

Tints of Medium Violet Red #B21C9D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.71%

 BLUE value IS 157 (61.72% from 255) = 43.25%

R = 49.04%
G = 7.71%
B = 43.25%

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

#B21C9D (or 0xB21C9D) is known color: Medium Violet Red. HEX triplet: B2, 1C and 9D. RGB value is (178,28,157). Sum of RGB (Red+Green+Blue) = 178+28+157=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21C9D is #4DE362. Grayscale: #575757. Windows color (decimal): -5104483 or 10296498. OLE color: 10296498.

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

Color convert

RGB 178 28 157 -
CMYK 0 0.84 0.12 0.30
HSL 308.4º 0.73% 0.4% -
HSV(B) 308.4º 0.84% 0.7% -
XYZ 24.86 12.73 33.05 -
YUV 87.56 167.2 192.51 -
System Red Green Blue C M Y K H S L
Decimal 178 28 157 0 0.84 0.12 0.30 308.4 0.73 0.4
Hex B2 1C 9D 0 54 C 1E 134 49 28
Octal 262 34 235 0 124 14 36 464 111 50
Binary 10110010 11100 10011101 0 1010100 1100 11110 100110100 1001001 101000

Color Harmonies of #B21C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21C9D

Black with #B21C9D

Text Example


Text Example

White with #B21C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21C9D; }

 p { color: rgb(178,28,157); }

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

background-color css

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

 a { background-color: rgb(178,28,157); }

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

border-color css

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

 span { border-color: rgb(178,28,157); }

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