Html Css Color HEX #B8377F Medium Red Violet

📋 copy color: '#B8377F'

red 184 ◦ green 55 ◦ blue 127

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

Shades of Medium Red Violet #B8377F

Tints of Medium Red Violet #B8377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.03%

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

R = 50.27%
G = 15.03%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B8377F (or 0xB8377F) is known color: Medium Red Violet. HEX triplet: B8, 37 and 7F. RGB value is (184,55,127). Sum of RGB (Red+Green+Blue) = 184+55+127=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B8377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8377F is #47C880. Grayscale: #656565. Windows color (decimal): -4704385 or 8337336. OLE color: 8337336.

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

Color convert

RGB 184 55 127 -
CMYK 0 0.70 0.31 0.28
HSL 326.51º 0.54% 0.47% -
HSV(B) 326.51º 0.7% 0.72% -
XYZ 24.96 14.46 21.55 -
YUV 101.78 142.24 186.65 -
System Red Green Blue C M Y K H S L
Decimal 184 55 127 0 0.70 0.31 0.28 326.51 0.54 0.47
Hex B8 37 7F 0 46 1F 1C 147 36 2F
Octal 270 67 177 0 106 37 34 507 66 57
Binary 10111000 110111 1111111 0 1000110 11111 11100 101000111 110110 101111

Color Harmonies of #B8377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8377F

Black with #B8377F

Text Example


Text Example

White with #B8377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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