Html Css Color HEX #B21C90 Medium Violet Red

📋 copy color: '#B21C90'

red 178 ◦ green 28 ◦ blue 144

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

Shades of Medium Violet Red #B21C90

Tints of Medium Violet Red #B21C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.14%

R = 50.86%
G = 8%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B21C90 (or 0xB21C90) is known color: Medium Violet Red. HEX triplet: B2, 1C and 90. RGB value is (178,28,144). Sum of RGB (Red+Green+Blue) = 178+28+144=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21C90 is #4DE36F. Grayscale: #555555. Windows color (decimal): -5104496 or 9444530. OLE color: 9444530.

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

Color convert

RGB 178 28 144 -
CMYK 0 0.84 0.19 0.30
HSL 313.6º 0.73% 0.4% -
HSV(B) 313.6º 0.84% 0.7% -
XYZ 23.81 12.31 27.51 -
YUV 86.07 160.7 193.57 -
System Red Green Blue C M Y K H S L
Decimal 178 28 144 0 0.84 0.19 0.30 313.6 0.73 0.4
Hex B2 1C 90 0 54 13 1E 13A 49 28
Octal 262 34 220 0 124 23 36 472 111 50
Binary 10110010 11100 10010000 0 1010100 10011 11110 100111010 1001001 101000

Color Harmonies of #B21C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21C90

Black with #B21C90

Text Example


Text Example

White with #B21C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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