Html Css Color HEX #B42192 Medium Red Violet

📋 copy color: '#B42192'

red 180 ◦ green 33 ◦ blue 146

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

Shades of Medium Red Violet #B42192

Tints of Medium Red Violet #B42192

RGB

 RED value IS 180 (70.7% from 255) = 50.14%

 GREEN value IS 33 (13.28% from 255) = 9.19%

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

R = 50.14%
G = 9.19%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B42192 (or 0xB42192) is known color: Medium Red Violet. HEX triplet: B4, 21 and 92. RGB value is (180,33,146). Sum of RGB (Red+Green+Blue) = 180+33+146=359 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.14% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 180 - color contains mainly: red. Hex color #B42192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42192 is #4BDE6D. Grayscale: #595959. Windows color (decimal): -4972142 or 9576884. OLE color: 9576884.

HSL color Cylindrical-coordinate representation of color #B42192: hue angle of 313.88º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42192 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 33 146 -
CMYK 0 0.82 0.19 0.29
HSL 313.88º 0.69% 0.42% -
HSV(B) 313.88º 0.82% 0.71% -
XYZ 24.55 12.87 28.38 -
YUV 89.84 159.7 192.31 -
System Red Green Blue C M Y K H S L
Decimal 180 33 146 0 0.82 0.19 0.29 313.88 0.69 0.42
Hex B4 21 92 0 52 13 1D 13A 45 2A
Octal 264 41 222 0 122 23 35 472 105 52
Binary 10110100 100001 10010010 0 1010010 10011 11101 100111010 1000101 101010

Color Harmonies of #B42192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42192

Black with #B42192

Text Example


Text Example

White with #B42192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42192; }

 p { color: rgb(180,33,146); }

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

background-color css

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

 a { background-color: rgb(180,33,146); }

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

border-color css

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

 span { border-color: rgb(180,33,146); }

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