#B5368F

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

Shades of Medium Red Violet #B5368F

Tints of Medium Red Violet #B5368F

Color information

#B5368F (or 0xB5368F) is unknown color: approx Medium Red Violet. HEX triplet: B5, 36 and 8F. RGB value is (181,54,143). Sum of RGB (Red+Green+Blue) = 181+54+143=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B5368F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5368F is #4AC970. Grayscale: #656565. Windows color (decimal): -4901233 or 9385653. OLE color: 9385653.

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

Color convert

RGB18154143-
CMYK00.700.210.29
HSL317.95º54.04%46.08%-
HSV(B)317.95º70.17%70.98%-
XYZ25.3314.4527.44-
YUV102.12151.08184.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.88%
GREEN value IS 54 (21.48% from 255) = 14.29%
BLUE value IS 143 (56.25% from 255) = 37.83%
R=47.88%
G=14.29%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815414300.700.210.29317.9554.0446.08
HexB5368F046151D13e362e
Octal26566217010625354766656
Binary1011010111011010001111010001101010111101100111110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5368F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5368F; }

 p { color: rgb(181,54,143); }

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

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

 a { background-color: rgb(181,54,143); }

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

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

 span { border-color: rgb(181,54,143); }

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