Html Css Color HEX #B8137C Medium Violet Red

📋 copy color: '#B8137C'

red 184 ◦ green 19 ◦ blue 124

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

Shades of Medium Violet Red #B8137C

Tints of Medium Violet Red #B8137C

RGB

 RED value IS 184 (72.27% from 255) = 56.27%

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

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

R = 56.27%
G = 5.81%
B = 37.92%

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

#B8137C (or 0xB8137C) is known color: Medium Violet Red. HEX triplet: B8, 13 and 7C. RGB value is (184,19,124). Sum of RGB (Red+Green+Blue) = 184+19+124=327 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.27% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 184 - color contains mainly: red. Hex color #B8137C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8137C is #47EC83. Grayscale: #505050. Windows color (decimal): -4713604 or 8131512. OLE color: 8131512.

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

Color convert

RGB 184 19 124 -
CMYK 0 0.90 0.33 0.28
HSL 321.82º 0.81% 0.4% -
HSV(B) 321.82º 0.9% 0.72% -
XYZ 23.64 12.11 20.16 -
YUV 80.31 152.66 201.96 -
System Red Green Blue C M Y K H S L
Decimal 184 19 124 0 0.90 0.33 0.28 321.82 0.81 0.4
Hex B8 13 7C 0 5A 21 1C 142 51 28
Octal 270 23 174 0 132 41 34 502 121 50
Binary 10111000 10011 1111100 0 1011010 100001 11100 101000010 1010001 101000

Color Harmonies of #B8137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8137C

Black with #B8137C

Text Example


Text Example

White with #B8137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8137C; }

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

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

background-color css

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

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

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

border-color css

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

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

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