Html Css Color HEX #B8157C Medium Violet Red

📋 copy color: '#B8157C'

red 184 ◦ green 21 ◦ blue 124

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

Shades of Medium Violet Red #B8157C

Tints of Medium Violet Red #B8157C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.38%

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

R = 55.93%
G = 6.38%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B8157C (or 0xB8157C) is known color: Medium Violet Red. HEX triplet: B8, 15 and 7C. RGB value is (184,21,124). Sum of RGB (Red+Green+Blue) = 184+21+124=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B8157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8157C is #47EA83. Grayscale: #515151. Windows color (decimal): -4713092 or 8132024. OLE color: 8132024.

HSL color Cylindrical-coordinate representation of color #B8157C: hue angle of 322.09º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B8157C is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 21 124 -
CMYK 0 0.89 0.33 0.28
HSL 322.09º 0.8% 0.4% -
HSV(B) 322.09º 0.89% 0.72% -
XYZ 23.67 12.18 20.17 -
YUV 81.48 152 201.12 -
System Red Green Blue C M Y K H S L
Decimal 184 21 124 0 0.89 0.33 0.28 322.09 0.8 0.4
Hex B8 15 7C 0 59 21 1C 142 50 28
Octal 270 25 174 0 131 41 34 502 120 50
Binary 10111000 10101 1111100 0 1011001 100001 11100 101000010 1010000 101000

Color Harmonies of #B8157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8157C

Black with #B8157C

Text Example


Text Example

White with #B8157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8157C; }

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

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

background-color css

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

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

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

border-color css

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

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

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