Html Css Color HEX #B41397 Medium Violet Red

📋 copy color: '#B41397'

red 180 ◦ green 19 ◦ blue 151

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

Shades of Medium Violet Red #B41397

Tints of Medium Violet Red #B41397

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.43%

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

R = 51.43%
G = 5.43%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B41397 (or 0xB41397) is known color: Medium Violet Red. HEX triplet: B4, 13 and 97. RGB value is (180,19,151). Sum of RGB (Red+Green+Blue) = 180+19+151=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 151 (59.38% from 255 or 43.14% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B41397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41397 is #4BEC68. Grayscale: #515151. Windows color (decimal): -4975721 or 9900980. OLE color: 9900980.

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

Color convert

RGB 180 19 151 -
CMYK 0 0.89 0.16 0.29
HSL 310.81º 0.81% 0.39% -
HSV(B) 310.81º 0.89% 0.71% -
XYZ 24.64 12.4 30.37 -
YUV 82.19 166.84 197.77 -
System Red Green Blue C M Y K H S L
Decimal 180 19 151 0 0.89 0.16 0.29 310.81 0.81 0.39
Hex B4 13 97 0 59 10 1D 137 51 27
Octal 264 23 227 0 131 20 35 467 121 47
Binary 10110100 10011 10010111 0 1011001 10000 11101 100110111 1010001 100111

Color Harmonies of #B41397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41397

Black with #B41397

Text Example


Text Example

White with #B41397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41397; }

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

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

background-color css

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

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

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

border-color css

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

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

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