#B8388B

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

Shades of Medium Red Violet #B8388B

Tints of Medium Red Violet #B8388B

Color information

#B8388B (or 0xB8388B) is unknown color: approx Medium Red Violet. HEX triplet: B8, 38 and 8B. RGB value is (184,56,139). Sum of RGB (Red+Green+Blue) = 184+56+139=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B8388B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8388B is #47C774. Grayscale: #676767. Windows color (decimal): -4704117 or 9124024. OLE color: 9124024.

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

Color convert

RGB18456139-
CMYK00.700.240.28
HSL321.09º53.33%47.06%-
HSV(B)321.09º69.57%72.16%-
XYZ25.8414.8825.94-
YUV103.73147.91185.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.55%
GREEN value IS 56 (22.27% from 255) = 14.78%
BLUE value IS 139 (54.69% from 255) = 36.68%
R=48.55%
G=14.78%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845613900.700.240.28321.0953.3347.06
HexB8388B046181C141352f
Octal27070213010630345016557
Binary1011100011100010001011010001101100011100101000001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8388B; }

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

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

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

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

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

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

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

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