Html Css Color HEX #B41C92 Medium Violet Red

📋 copy color: '#B41C92'

red 180 ◦ green 28 ◦ blue 146

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

Shades of Medium Violet Red #B41C92

Tints of Medium Violet Red #B41C92

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.91%

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

R = 50.85%
G = 7.91%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B41C92 (or 0xB41C92) is known color: Medium Violet Red. HEX triplet: B4, 1C and 92. RGB value is (180,28,146). Sum of RGB (Red+Green+Blue) = 180+28+146=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41C92 is #4BE36D. Grayscale: #565656. Windows color (decimal): -4973422 or 9575604. OLE color: 9575604.

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

Color convert

RGB 180 28 146 -
CMYK 0 0.84 0.19 0.29
HSL 313.42º 0.73% 0.41% -
HSV(B) 313.42º 0.84% 0.71% -
XYZ 24.43 12.61 28.34 -
YUV 86.9 161.36 194.41 -
System Red Green Blue C M Y K H S L
Decimal 180 28 146 0 0.84 0.19 0.29 313.42 0.73 0.41
Hex B4 1C 92 0 54 13 1D 139 49 29
Octal 264 34 222 0 124 23 35 471 111 51
Binary 10110100 11100 10010010 0 1010100 10011 11101 100111001 1001001 101001

Color Harmonies of #B41C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41C92

Black with #B41C92

Text Example


Text Example

White with #B41C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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