Html Css Color HEX #B7137A Medium Violet Red

📋 copy color: '#B7137A'

red 183 ◦ green 19 ◦ blue 122

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

Shades of Medium Violet Red #B7137A

Tints of Medium Violet Red #B7137A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.65%

R = 56.48%
G = 5.86%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B7137A (or 0xB7137A) is known color: Medium Violet Red. HEX triplet: B7, 13 and 7A. RGB value is (183,19,122). Sum of RGB (Red+Green+Blue) = 183+19+122=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B7137A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7137A is #48EC85. Grayscale: #4F4F4F. Windows color (decimal): -4779142 or 8000439. OLE color: 8000439.

HSL color Cylindrical-coordinate representation of color #B7137A: hue angle of 322.32º 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 #B7137A is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 19 122 -
CMYK 0 0.90 0.33 0.28
HSL 322.32º 0.81% 0.4% -
HSV(B) 322.32º 0.9% 0.72% -
XYZ 23.27 11.94 19.49 -
YUV 79.78 151.83 201.62 -
System Red Green Blue C M Y K H S L
Decimal 183 19 122 0 0.90 0.33 0.28 322.32 0.81 0.4
Hex B7 13 7A 0 5A 21 1C 142 51 28
Octal 267 23 172 0 132 41 34 502 121 50
Binary 10110111 10011 1111010 0 1011010 100001 11100 101000010 1010001 101000

Color Harmonies of #B7137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7137A

Black with #B7137A

Text Example


Text Example

White with #B7137A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7137A; }

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

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

background-color css

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

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

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

border-color css

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

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

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