Html Css Color HEX #B4137C Medium Violet Red

📋 copy color: '#B4137C'

red 180 ◦ green 19 ◦ blue 124

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

Shades of Medium Violet Red #B4137C

Tints of Medium Violet Red #B4137C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.39%

R = 55.73%
G = 5.88%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4137C (or 0xB4137C) is known color: Medium Violet Red. HEX triplet: B4, 13 and 7C. RGB value is (180,19,124). Sum of RGB (Red+Green+Blue) = 180+19+124=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B4137C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4137C is #4BEC83. Grayscale: #4E4E4E. Windows color (decimal): -4975748 or 8131508. OLE color: 8131508.

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

Color convert

RGB 180 19 124 -
CMYK 0 0.89 0.31 0.29
HSL 320.87º 0.81% 0.39% -
HSV(B) 320.87º 0.89% 0.71% -
XYZ 22.69 11.62 20.12 -
YUV 79.11 153.34 199.96 -
System Red Green Blue C M Y K H S L
Decimal 180 19 124 0 0.89 0.31 0.29 320.87 0.81 0.39
Hex B4 13 7C 0 59 1F 1D 141 51 27
Octal 264 23 174 0 131 37 35 501 121 47
Binary 10110100 10011 1111100 0 1011001 11111 11101 101000001 1010001 100111

Color Harmonies of #B4137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4137C

Black with #B4137C

Text Example


Text Example

White with #B4137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4137C; }

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

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

background-color css

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

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

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

border-color css

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

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

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