Html Css Color HEX #B41197 Medium Violet Red

📋 copy color: '#B41197'

red 180 ◦ green 17 ◦ blue 151

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

Shades of Medium Violet Red #B41197

Tints of Medium Violet Red #B41197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 43.39%

R = 51.72%
G = 4.89%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B41197 (or 0xB41197) is known color: Medium Violet Red. HEX triplet: B4, 11 and 97. RGB value is (180,17,151). Sum of RGB (Red+Green+Blue) = 180+17+151=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 151 (59.38% from 255 or 43.39% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B41197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41197 is #4BEE68. Grayscale: #505050. Windows color (decimal): -4976233 or 9900468. OLE color: 9900468.

HSL color Cylindrical-coordinate representation of color #B41197: hue angle of 310.67º 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 #B41197 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 17 151 -
CMYK 0 0.91 0.16 0.29
HSL 310.67º 0.83% 0.39% -
HSV(B) 310.67º 0.91% 0.71% -
XYZ 24.61 12.34 30.36 -
YUV 81.01 167.5 198.6 -
System Red Green Blue C M Y K H S L
Decimal 180 17 151 0 0.91 0.16 0.29 310.67 0.83 0.39
Hex B4 11 97 0 5B 10 1D 137 53 27
Octal 264 21 227 0 133 20 35 467 123 47
Binary 10110100 10001 10010111 0 1011011 10000 11101 100110111 1010011 100111

Color Harmonies of #B41197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41197

Black with #B41197

Text Example


Text Example

White with #B41197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41197; }

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

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

background-color css

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

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

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

border-color css

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

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

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