#B5378B

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

Shades of Medium Red Violet #B5378B

Tints of Medium Red Violet #B5378B

Color information

#B5378B (or 0xB5378B) is unknown color: approx Medium Red Violet. HEX triplet: B5, 37 and 8B. RGB value is (181,55,139). Sum of RGB (Red+Green+Blue) = 181+55+139=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B5378B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5378B is #4AC874. Grayscale: #666666. Windows color (decimal): -4900981 or 9123765. OLE color: 9123765.

HSL color Cylindrical-coordinate representation of color #B5378B: hue angle of 320º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5378B is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB18155139-
CMYK00.700.230.29
HSL320º53.39%46.27%-
HSV(B)320º69.61%70.98%-
XYZ25.0814.4225.89-
YUV102.25148.74184.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.27%
GREEN value IS 55 (21.88% from 255) = 14.67%
BLUE value IS 139 (54.69% from 255) = 37.07%
R=48.27%
G=14.67%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815513900.700.230.2932053.3946.27
HexB5378B046171D140352e
Octal26567213010627355006556
Binary1011010111011110001011010001101011111101101000000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5378B; }

 p { color: rgb(181,55,139); }

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

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

 a { background-color: rgb(181,55,139); }

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

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

 span { border-color: rgb(181,55,139); }

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