Html Css Color HEX #B41591 Medium Violet Red

📋 copy color: '#B41591'

red 180 ◦ green 21 ◦ blue 145

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

Shades of Medium Violet Red #B41591

Tints of Medium Violet Red #B41591

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.07%

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

R = 52.02%
G = 6.07%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B41591 (or 0xB41591) is known color: Medium Violet Red. HEX triplet: B4, 15 and 91. RGB value is (180,21,145). Sum of RGB (Red+Green+Blue) = 180+21+145=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B41591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41591 is #4BEA6E. Grayscale: #525252. Windows color (decimal): -4975215 or 9508276. OLE color: 9508276.

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

Color convert

RGB 180 21 145 -
CMYK 0 0.88 0.19 0.29
HSL 313.21º 0.79% 0.39% -
HSV(B) 313.21º 0.88% 0.71% -
XYZ 24.2 12.28 27.88 -
YUV 82.68 163.18 197.42 -
System Red Green Blue C M Y K H S L
Decimal 180 21 145 0 0.88 0.19 0.29 313.21 0.79 0.39
Hex B4 15 91 0 58 13 1D 139 4F 27
Octal 264 25 221 0 130 23 35 471 117 47
Binary 10110100 10101 10010001 0 1011000 10011 11101 100111001 1001111 100111

Color Harmonies of #B41591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41591

Black with #B41591

Text Example


Text Example

White with #B41591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41591; }

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

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

background-color css

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

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

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

border-color css

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

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

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