#B8377B

Color #B8377B Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #B8377B

Tints of Medium Red Violet #B8377B

Color information

#B8377B (or 0xB8377B) is unknown color: approx Medium Red Violet. HEX triplet: B8, 37 and 7B. RGB value is (184,55,123). Sum of RGB (Red+Green+Blue) = 184+55+123=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B8377B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8377B is #47C884. Grayscale: #656565. Windows color (decimal): -4704389 or 8075192. OLE color: 8075192.

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

Color convert

RGB18455123-
CMYK00.700.330.28
HSL328.37º53.97%46.86%-
HSV(B)328.37º70.11%72.16%-
XYZ24.7114.3520.21-
YUV101.32140.24186.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.83%
GREEN value IS 55 (21.88% from 255) = 15.19%
BLUE value IS 123 (48.44% from 255) = 33.98%
R=50.83%
G=15.19%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845512300.700.330.28328.3753.9746.86
HexB8377B046211C148362f
Octal27067173010641345106657
Binary1011100011011111110110100011010000111100101001000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8377B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8377B; }

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

 H1.HeaderClassName
 {
   color: #B8377B;
 }
 .AnyTagClassName
 {
   color: #B8377B;
 }
</style>
background-color css

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

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

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

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

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

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