#B5348F

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

Shades of Medium Red Violet #B5348F

Tints of Medium Red Violet #B5348F

Color information

#B5348F (or 0xB5348F) is unknown color: approx Medium Red Violet. HEX triplet: B5, 34 and 8F. RGB value is (181,52,143). Sum of RGB (Red+Green+Blue) = 181+52+143=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B5348F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5348F is #4ACB70. Grayscale: #646464. Windows color (decimal): -4901745 or 9385141. OLE color: 9385141.

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

Color convert

RGB18152143-
CMYK00.710.210.29
HSL317.67º55.36%45.69%-
HSV(B)317.67º71.27%70.98%-
XYZ25.2414.2627.41-
YUV100.94151.74185.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.14%
GREEN value IS 52 (20.70% from 255) = 13.83%
BLUE value IS 143 (56.25% from 255) = 38.03%
R=48.14%
G=13.83%
B=38.03%

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
Decimal1815214300.710.210.29317.6755.3645.69
HexB5348F047151D13e372e
Octal26564217010725354766756
Binary1011010111010010001111010001111010111101100111110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5348F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5348F; }

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

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

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

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

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

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

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

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