Html Css Color HEX #B8137F Medium Violet Red

📋 copy color: '#B8137F'

red 184 ◦ green 19 ◦ blue 127

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

Shades of Medium Violet Red #B8137F

Tints of Medium Violet Red #B8137F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.48%

R = 55.76%
G = 5.76%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B8137F (or 0xB8137F) is known color: Medium Violet Red. HEX triplet: B8, 13 and 7F. RGB value is (184,19,127). Sum of RGB (Red+Green+Blue) = 184+19+127=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B8137F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8137F is #47EC80. Grayscale: #505050. Windows color (decimal): -4713601 or 8328120. OLE color: 8328120.

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

Color convert

RGB 184 19 127 -
CMYK 0 0.90 0.31 0.28
HSL 320.73º 0.81% 0.4% -
HSV(B) 320.73º 0.9% 0.72% -
XYZ 23.83 12.19 21.18 -
YUV 80.65 154.16 201.72 -
System Red Green Blue C M Y K H S L
Decimal 184 19 127 0 0.90 0.31 0.28 320.73 0.81 0.4
Hex B8 13 7F 0 5A 1F 1C 141 51 28
Octal 270 23 177 0 132 37 34 501 121 50
Binary 10111000 10011 1111111 0 1011010 11111 11100 101000001 1010001 101000

Color Harmonies of #B8137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8137F

Black with #B8137F

Text Example


Text Example

White with #B8137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8137F; }

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

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

background-color css

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

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

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

border-color css

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

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

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