#B5438E

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

Shades of Medium Red Violet #B5438E

Tints of Medium Red Violet #B5438E

Color information

#B5438E (or 0xB5438E) is unknown color: approx Medium Red Violet. HEX triplet: B5, 43 and 8E. RGB value is (181,67,142). Sum of RGB (Red+Green+Blue) = 181+67+142=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 67 (26.56% from 255 or 17.18% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B5438E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5438E is #4ABC71. Grayscale: #6D6D6D. Windows color (decimal): -4897906 or 9323445. OLE color: 9323445.

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

Color convert

RGB18167142-
CMYK00.630.220.29
HSL320.53º45.97%48.63%-
HSV(B)320.53º62.98%70.98%-
XYZ25.9515.7927.27-
YUV109.64146.27178.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.41%
GREEN value IS 67 (26.56% from 255) = 17.18%
BLUE value IS 142 (55.86% from 255) = 36.41%
R=46.41%
G=17.18%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816714200.630.220.29320.5345.9748.63
HexB5438E03F161D1412e31
Octal26510321607726355015661
Binary1011010110000111000111001111111011011101101000001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5438E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5438E; }

 p { color: rgb(181,67,142); }

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

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

 a { background-color: rgb(181,67,142); }

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

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

 span { border-color: rgb(181,67,142); }

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