Html Css Color HEX #B8137A Medium Violet Red

📋 copy color: '#B8137A'

red 184 ◦ green 19 ◦ blue 122

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

Shades of Medium Violet Red #B8137A

Tints of Medium Violet Red #B8137A

RGB

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

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

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

R = 56.62%
G = 5.85%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B8137A (or 0xB8137A) is known color: Medium Violet Red. HEX triplet: B8, 13 and 7A. RGB value is (184,19,122). Sum of RGB (Red+Green+Blue) = 184+19+122=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B8137A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8137A is #47EC85. Grayscale: #4F4F4F. Windows color (decimal): -4713606 or 8000440. OLE color: 8000440.

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

Color convert

RGB 184 19 122 -
CMYK 0 0.90 0.34 0.28
HSL 322.55º 0.81% 0.4% -
HSV(B) 322.55º 0.9% 0.72% -
XYZ 23.51 12.06 19.5 -
YUV 80.08 151.66 202.12 -
System Red Green Blue C M Y K H S L
Decimal 184 19 122 0 0.90 0.34 0.28 322.55 0.81 0.4
Hex B8 13 7A 0 5A 22 1C 143 51 28
Octal 270 23 172 0 132 42 34 503 121 50
Binary 10111000 10011 1111010 0 1011010 100010 11100 101000011 1010001 101000

Color Harmonies of #B8137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8137A

Black with #B8137A

Text Example


Text Example

White with #B8137A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8137A; }

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

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

background-color css

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

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

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

border-color css

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

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

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