Html Css Color HEX #B21091 Medium Violet Red

📋 copy color: '#B21091'

red 178 ◦ green 16 ◦ blue 145

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

Shades of Medium Violet Red #B21091

Tints of Medium Violet Red #B21091

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.72%

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

R = 52.51%
G = 4.72%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B21091 (or 0xB21091) is known color: Medium Violet Red. HEX triplet: B2, 10 and 91. RGB value is (178,16,145). Sum of RGB (Red+Green+Blue) = 178+16+145=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B21091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21091 is #4DEF6E. Grayscale: #4E4E4E. Windows color (decimal): -5107567 or 9506994. OLE color: 9506994.

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

Color convert

RGB 178 16 145 -
CMYK 0 0.91 0.19 0.30
HSL 312.22º 0.84% 0.38% -
HSV(B) 312.22º 0.91% 0.7% -
XYZ 23.66 11.88 27.83 -
YUV 79.14 165.17 198.51 -
System Red Green Blue C M Y K H S L
Decimal 178 16 145 0 0.91 0.19 0.30 312.22 0.84 0.38
Hex B2 10 91 0 5B 13 1E 138 54 26
Octal 262 20 221 0 133 23 36 470 124 46
Binary 10110010 10000 10010001 0 1011011 10011 11110 100111000 1010100 100110

Color Harmonies of #B21091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21091

Black with #B21091

Text Example


Text Example

White with #B21091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21091; }

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

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

background-color css

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

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

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

border-color css

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

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

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