Html Css Color HEX #B21B91 Medium Violet Red

📋 copy color: '#B21B91'

red 178 ◦ green 27 ◦ blue 145

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

Shades of Medium Violet Red #B21B91

Tints of Medium Violet Red #B21B91

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.71%

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

R = 50.86%
G = 7.71%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B21B91 (or 0xB21B91) is known color: Medium Violet Red. HEX triplet: B2, 1B and 91. RGB value is (178,27,145). Sum of RGB (Red+Green+Blue) = 178+27+145=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 27 (10.94% from 255 or 7.71% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21B91 is #4DE46E. Grayscale: #555555. Windows color (decimal): -5104751 or 9509810. OLE color: 9509810.

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

Color convert

RGB 178 27 145 -
CMYK 0 0.85 0.19 0.30
HSL 313.11º 0.74% 0.4% -
HSV(B) 313.11º 0.85% 0.7% -
XYZ 23.86 12.29 27.9 -
YUV 85.6 161.53 193.91 -
System Red Green Blue C M Y K H S L
Decimal 178 27 145 0 0.85 0.19 0.30 313.11 0.74 0.4
Hex B2 1B 91 0 55 13 1E 139 4A 28
Octal 262 33 221 0 125 23 36 471 112 50
Binary 10110010 11011 10010001 0 1010101 10011 11110 100111001 1001010 101000

Color Harmonies of #B21B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21B91

Black with #B21B91

Text Example


Text Example

White with #B21B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21B91; }

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

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

background-color css

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

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

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

border-color css

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

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

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