Html Css Color HEX #B21192 Medium Violet Red

📋 copy color: '#B21192'

red 178 ◦ green 17 ◦ blue 146

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

Shades of Medium Violet Red #B21192

Tints of Medium Violet Red #B21192

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.99%

 BLUE value IS 146 (57.42% from 255) = 42.82%

R = 52.2%
G = 4.99%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B21192 (or 0xB21192) is known color: Medium Violet Red. HEX triplet: B2, 11 and 92. RGB value is (178,17,146). Sum of RGB (Red+Green+Blue) = 178+17+146=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B21192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21192 is #4DEE6D. Grayscale: #4F4F4F. Windows color (decimal): -5107310 or 9572786. OLE color: 9572786.

HSL color Cylindrical-coordinate representation of color #B21192: hue angle of 311.93º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21192 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 17 146 -
CMYK 0 0.90 0.18 0.30
HSL 311.93º 0.83% 0.38% -
HSV(B) 311.93º 0.9% 0.7% -
XYZ 23.75 11.94 28.25 -
YUV 79.85 165.34 198.01 -
System Red Green Blue C M Y K H S L
Decimal 178 17 146 0 0.90 0.18 0.30 311.93 0.83 0.38
Hex B2 11 92 0 5A 12 1E 138 53 26
Octal 262 21 222 0 132 22 36 470 123 46
Binary 10110010 10001 10010010 0 1011010 10010 11110 100111000 1010011 100110

Color Harmonies of #B21192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21192

Black with #B21192

Text Example


Text Example

White with #B21192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21192; }

 p { color: rgb(178,17,146); }

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

background-color css

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

 a { background-color: rgb(178,17,146); }

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

border-color css

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

 span { border-color: rgb(178,17,146); }

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