#B5358F

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

Shades of Medium Red Violet #B5358F

Tints of Medium Red Violet #B5358F

Color information

#B5358F (or 0xB5358F) is unknown color: approx Medium Red Violet. HEX triplet: B5, 35 and 8F. RGB value is (181,53,143). Sum of RGB (Red+Green+Blue) = 181+53+143=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B5358F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5358F is #4ACA70. Grayscale: #656565. Windows color (decimal): -4901489 or 9385397. OLE color: 9385397.

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

Color convert

RGB18153143-
CMYK00.710.210.29
HSL317.81º54.7%45.88%-
HSV(B)317.81º70.72%70.98%-
XYZ25.2914.3527.42-
YUV101.53151.41184.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.01%
GREEN value IS 53 (21.09% from 255) = 14.06%
BLUE value IS 143 (56.25% from 255) = 37.93%
R=48.01%
G=14.06%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815314300.710.210.29317.8154.745.88
HexB5358F047151D13e372e
Octal26565217010725354766756
Binary1011010111010110001111010001111010111101100111110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5358F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5358F; }

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

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

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

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

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

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

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

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