#B5348A

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

Shades of Medium Red Violet #B5348A

Tints of Medium Red Violet #B5348A

Color information

#B5348A (or 0xB5348A) is unknown color: approx Medium Red Violet. HEX triplet: B5, 34 and 8A. RGB value is (181,52,138). Sum of RGB (Red+Green+Blue) = 181+52+138=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5348A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5348A is #4ACB75. Grayscale: #646464. Windows color (decimal): -4901750 or 9057461. OLE color: 9057461.

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

Color convert

RGB18152138-
CMYK00.710.240.29
HSL320º55.36%45.69%-
HSV(B)320º71.27%70.98%-
XYZ24.8714.1125.46-
YUV100.38149.24185.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.79%
GREEN value IS 52 (20.70% from 255) = 14.02%
BLUE value IS 138 (54.30% from 255) = 37.20%
R=48.79%
G=14.02%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815213800.710.240.2932055.3645.69
HexB5348A047181D140372e
Octal26564212010730355006756
Binary1011010111010010001010010001111100011101101000000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5348A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5348A; }

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

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

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

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

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

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

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

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