Html Css Color HEX #B41291 Medium Violet Red

📋 copy color: '#B41291'

red 180 ◦ green 18 ◦ blue 145

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

Shades of Medium Violet Red #B41291

Tints of Medium Violet Red #B41291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.25%

 BLUE value IS 145 (57.03% from 255) = 42.27%

R = 52.48%
G = 5.25%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B41291 (or 0xB41291) is known color: Medium Violet Red. HEX triplet: B4, 12 and 91. RGB value is (180,18,145). Sum of RGB (Red+Green+Blue) = 180+18+145=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B41291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41291 is #4BED6E. Grayscale: #505050. Windows color (decimal): -4975983 or 9507508. OLE color: 9507508.

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

Color convert

RGB 180 18 145 -
CMYK 0 0.9 0.19 0.29
HSL 312.96º 0.82% 0.39% -
HSV(B) 312.96º 0.9% 0.71% -
XYZ 24.15 12.18 27.87 -
YUV 80.92 164.17 198.67 -
System Red Green Blue C M Y K H S L
Decimal 180 18 145 0 0.9 0.19 0.29 312.96 0.82 0.39
Hex B4 12 91 0 5A 13 1D 139 52 27
Octal 264 22 221 0 132 23 35 471 122 47
Binary 10110100 10010 10010001 0 1011010 10011 11101 100111001 1010010 100111

Color Harmonies of #B41291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41291

Black with #B41291

Text Example


Text Example

White with #B41291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41291; }

 p { color: rgb(180,18,145); }

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

background-color css

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

 a { background-color: rgb(180,18,145); }

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

border-color css

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

 span { border-color: rgb(180,18,145); }

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