Html Css Color HEX #B7137C Medium Violet Red

📋 copy color: '#B7137C'

red 183 ◦ green 19 ◦ blue 124

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

Shades of Medium Violet Red #B7137C

Tints of Medium Violet Red #B7137C

RGB

 RED value IS 183 (71.88% from 255) = 56.13%

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

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

R = 56.13%
G = 5.83%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B7137C (or 0xB7137C) is known color: Medium Violet Red. HEX triplet: B7, 13 and 7C. RGB value is (183,19,124). Sum of RGB (Red+Green+Blue) = 183+19+124=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B7137C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7137C is #48EC83. Grayscale: #4F4F4F. Windows color (decimal): -4779140 or 8131511. OLE color: 8131511.

HSL color Cylindrical-coordinate representation of color #B7137C: hue angle of 321.59º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7137C is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 19 124 -
CMYK 0 0.90 0.32 0.28
HSL 321.59º 0.81% 0.4% -
HSV(B) 321.59º 0.9% 0.72% -
XYZ 23.4 11.99 20.15 -
YUV 80.01 152.83 201.46 -
System Red Green Blue C M Y K H S L
Decimal 183 19 124 0 0.90 0.32 0.28 321.59 0.81 0.4
Hex B7 13 7C 0 5A 20 1C 142 51 28
Octal 267 23 174 0 132 40 34 502 121 50
Binary 10110111 10011 1111100 0 1011010 100000 11100 101000010 1010001 101000

Color Harmonies of #B7137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7137C

Black with #B7137C

Text Example


Text Example

White with #B7137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7137C; }

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

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

background-color css

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

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

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

border-color css

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

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

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