Html Css Color HEX #B21992 Medium Violet Red

📋 copy color: '#B21992'

red 178 ◦ green 25 ◦ blue 146

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

Shades of Medium Violet Red #B21992

Tints of Medium Violet Red #B21992

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.16%

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

R = 51%
G = 7.16%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B21992 (or 0xB21992) is known color: Medium Violet Red. HEX triplet: B2, 19 and 92. RGB value is (178,25,146). Sum of RGB (Red+Green+Blue) = 178+25+146=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B21992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21992 is #4DE66D. Grayscale: #545454. Windows color (decimal): -5105262 or 9574834. OLE color: 9574834.

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

Color convert

RGB 178 25 146 -
CMYK 0 0.86 0.18 0.30
HSL 312.55º 0.75% 0.4% -
HSV(B) 312.55º 0.86% 0.7% -
XYZ 23.9 12.24 28.3 -
YUV 84.54 162.69 194.66 -
System Red Green Blue C M Y K H S L
Decimal 178 25 146 0 0.86 0.18 0.30 312.55 0.75 0.4
Hex B2 19 92 0 56 12 1E 139 4B 28
Octal 262 31 222 0 126 22 36 471 113 50
Binary 10110010 11001 10010010 0 1010110 10010 11110 100111001 1001011 101000

Color Harmonies of #B21992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21992

Black with #B21992

Text Example


Text Example

White with #B21992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21992; }

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

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

background-color css

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

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

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

border-color css

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

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

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