Html Css Color HEX #B41192 Medium Violet Red

📋 copy color: '#B41192'

red 180 ◦ green 17 ◦ blue 146

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

Shades of Medium Violet Red #B41192

Tints of Medium Violet Red #B41192

RGB

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

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

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

R = 52.48%
G = 4.96%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B41192 (or 0xB41192) is known color: Medium Violet Red. HEX triplet: B4, 11 and 92. RGB value is (180,17,146). Sum of RGB (Red+Green+Blue) = 180+17+146=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B41192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41192 is #4BEE6D. Grayscale: #505050. Windows color (decimal): -4976238 or 9572788. OLE color: 9572788.

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

Color convert

RGB 180 17 146 -
CMYK 0 0.91 0.19 0.29
HSL 312.52º 0.83% 0.39% -
HSV(B) 312.52º 0.91% 0.71% -
XYZ 24.21 12.18 28.27 -
YUV 80.44 165 199.01 -
System Red Green Blue C M Y K H S L
Decimal 180 17 146 0 0.91 0.19 0.29 312.52 0.83 0.39
Hex B4 11 92 0 5B 13 1D 139 53 27
Octal 264 21 222 0 133 23 35 471 123 47
Binary 10110100 10001 10010010 0 1011011 10011 11101 100111001 1010011 100111

Color Harmonies of #B41192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41192

Black with #B41192

Text Example


Text Example

White with #B41192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41192; }

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

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

background-color css

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

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

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

border-color css

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

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

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