Html Css Color HEX #B21873 Medium Violet Red

📋 copy color: '#B21873'

red 178 ◦ green 24 ◦ blue 115

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

Shades of Medium Violet Red #B21873

Tints of Medium Violet Red #B21873

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.57%

 BLUE value IS 115 (45.31% from 255) = 36.28%

R = 56.15%
G = 7.57%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B21873 (or 0xB21873) is known color: Medium Violet Red. HEX triplet: B2, 18 and 73. RGB value is (178,24,115). Sum of RGB (Red+Green+Blue) = 178+24+115=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B21873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21873 is #4DE78C. Grayscale: #505050. Windows color (decimal): -5105549 or 7542962. OLE color: 7542962.

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

Color convert

RGB 178 24 115 -
CMYK 0 0.87 0.35 0.30
HSL 324.55º 0.76% 0.4% -
HSV(B) 324.55º 0.87% 0.7% -
XYZ 21.78 11.36 17.26 -
YUV 80.42 147.52 197.6 -
System Red Green Blue C M Y K H S L
Decimal 178 24 115 0 0.87 0.35 0.30 324.55 0.76 0.4
Hex B2 18 73 0 57 23 1E 145 4C 28
Octal 262 30 163 0 127 43 36 505 114 50
Binary 10110010 11000 1110011 0 1010111 100011 11110 101000101 1001100 101000

Color Harmonies of #B21873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21873

Black with #B21873

Text Example


Text Example

White with #B21873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21873; }

 p { color: rgb(178,24,115); }

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

background-color css

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

 a { background-color: rgb(178,24,115); }

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

border-color css

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

 span { border-color: rgb(178,24,115); }

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