Html Css Color HEX #B8387C Medium Red Violet

📋 copy color: '#B8387C'

red 184 ◦ green 56 ◦ blue 124

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

Shades of Medium Red Violet #B8387C

Tints of Medium Red Violet #B8387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.38%

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

R = 50.55%
G = 15.38%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B8387C (or 0xB8387C) is known color: Medium Red Violet. HEX triplet: B8, 38 and 7C. RGB value is (184,56,124). Sum of RGB (Red+Green+Blue) = 184+56+124=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B8387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8387C is #47C783. Grayscale: #656565. Windows color (decimal): -4704132 or 8140984. OLE color: 8140984.

HSL color Cylindrical-coordinate representation of color #B8387C: hue angle of 328.12º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8387C is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 56 124 -
CMYK 0 0.70 0.33 0.28
HSL 328.13º 0.53% 0.47% -
HSV(B) 328.13º 0.7% 0.72% -
XYZ 24.82 14.47 20.55 -
YUV 102.02 140.41 186.47 -
System Red Green Blue C M Y K H S L
Decimal 184 56 124 0 0.70 0.33 0.28 328.13 0.53 0.47
Hex B8 38 7C 0 46 21 1C 148 35 2F
Octal 270 70 174 0 106 41 34 510 65 57
Binary 10111000 111000 1111100 0 1000110 100001 11100 101001000 110101 101111

Color Harmonies of #B8387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8387C

Black with #B8387C

Text Example


Text Example

White with #B8387C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8387C; }

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

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

background-color css

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

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

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

border-color css

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

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

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