#B5369A

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

Shades of Medium Red Violet #B5369A

Tints of Medium Red Violet #B5369A

Color information

#B5369A (or 0xB5369A) is unknown color: approx Medium Red Violet. HEX triplet: B5, 36 and 9A. RGB value is (181,54,154). Sum of RGB (Red+Green+Blue) = 181+54+154=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B5369A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5369A is #4AC965. Grayscale: #676767. Windows color (decimal): -4901222 or 10106549. OLE color: 10106549.

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

Color convert

RGB18154154-
CMYK00.700.150.29
HSL312.76º54.04%46.08%-
HSV(B)312.76º70.17%70.98%-
XYZ26.2114.832.05-
YUV103.37156.58183.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.53%
GREEN value IS 54 (21.48% from 255) = 13.88%
BLUE value IS 154 (60.55% from 255) = 39.59%
R=46.53%
G=13.88%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815415400.700.150.29312.7654.0446.08
HexB5369A046F1D139362e
Octal26566232010617354716656
Binary101101011101101001101001000110111111101100111001110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5369A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5369A; }

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

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

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

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

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

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

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

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