Html Css Color HEX #B21891 Medium Violet Red

📋 copy color: '#B21891'

red 178 ◦ green 24 ◦ blue 145

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

Shades of Medium Violet Red #B21891

Tints of Medium Violet Red #B21891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 41.79%

R = 51.3%
G = 6.92%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B21891 (or 0xB21891) is known color: Medium Violet Red. HEX triplet: B2, 18 and 91. RGB value is (178,24,145). Sum of RGB (Red+Green+Blue) = 178+24+145=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B21891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21891 is #4DE76E. Grayscale: #535353. Windows color (decimal): -5105519 or 9509042. OLE color: 9509042.

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

Color convert

RGB 178 24 145 -
CMYK 0 0.87 0.19 0.30
HSL 312.86º 0.76% 0.4% -
HSV(B) 312.86º 0.87% 0.7% -
XYZ 23.8 12.16 27.88 -
YUV 83.84 162.52 195.16 -
System Red Green Blue C M Y K H S L
Decimal 178 24 145 0 0.87 0.19 0.30 312.86 0.76 0.4
Hex B2 18 91 0 57 13 1E 139 4C 28
Octal 262 30 221 0 127 23 36 471 114 50
Binary 10110010 11000 10010001 0 1010111 10011 11110 100111001 1001100 101000

Color Harmonies of #B21891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21891

Black with #B21891

Text Example


Text Example

White with #B21891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21891; }

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

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

background-color css

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

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

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

border-color css

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

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

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