#B5348C

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

Shades of Medium Red Violet #B5348C

Tints of Medium Red Violet #B5348C

Color information

#B5348C (or 0xB5348C) is unknown color: approx Medium Red Violet. HEX triplet: B5, 34 and 8C. RGB value is (181,52,140). Sum of RGB (Red+Green+Blue) = 181+52+140=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B5348C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5348C is #4ACB73. Grayscale: #646464. Windows color (decimal): -4901748 or 9188533. OLE color: 9188533.

HSL color Cylindrical-coordinate representation of color #B5348C: hue angle of 319.07º 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 #B5348C is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB18152140-
CMYK00.710.230.29
HSL319.07º55.36%45.69%-
HSV(B)319.07º71.27%70.98%-
XYZ25.0214.1726.23-
YUV100.6150.24185.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.53%
GREEN value IS 52 (20.70% from 255) = 13.94%
BLUE value IS 140 (55.08% from 255) = 37.53%
R=48.53%
G=13.94%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815214000.710.230.29319.0755.3645.69
HexB5348C047171D13f372e
Octal26564214010727354776756
Binary1011010111010010001100010001111011111101100111111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5348C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5348C; }

 p { color: rgb(181,52,140); }

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

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

 a { background-color: rgb(181,52,140); }

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

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

 span { border-color: rgb(181,52,140); }

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