Html Css Color HEX #B21C92 Medium Violet Red

📋 copy color: '#B21C92'

red 178 ◦ green 28 ◦ blue 146

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

Shades of Medium Violet Red #B21C92

Tints of Medium Violet Red #B21C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.48%

R = 50.57%
G = 7.95%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B21C92 (or 0xB21C92) is known color: Medium Violet Red. HEX triplet: B2, 1C and 92. RGB value is (178,28,146). Sum of RGB (Red+Green+Blue) = 178+28+146=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21C92 is #4DE36D. Grayscale: #555555. Windows color (decimal): -5104494 or 9575602. OLE color: 9575602.

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

Color convert

RGB 178 28 146 -
CMYK 0 0.84 0.18 0.30
HSL 312.8º 0.73% 0.4% -
HSV(B) 312.8º 0.84% 0.7% -
XYZ 23.96 12.37 28.32 -
YUV 86.3 161.7 193.41 -
System Red Green Blue C M Y K H S L
Decimal 178 28 146 0 0.84 0.18 0.30 312.8 0.73 0.4
Hex B2 1C 92 0 54 12 1E 139 49 28
Octal 262 34 222 0 124 22 36 471 111 50
Binary 10110010 11100 10010010 0 1010100 10010 11110 100111001 1001001 101000

Color Harmonies of #B21C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21C92

Black with #B21C92

Text Example


Text Example

White with #B21C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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