#BD359E

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

Shades of Medium Red Violet #BD359E

Tints of Medium Red Violet #BD359E

Color information

#BD359E (or 0xBD359E) is unknown color: approx Medium Red Violet. HEX triplet: BD, 35 and 9E. RGB value is (189,53,158). Sum of RGB (Red+Green+Blue) = 189+53+158=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD359E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD359E is #42CA61. Grayscale: #696969. Windows color (decimal): -4377186 or 10368445. OLE color: 10368445.

HSL color Cylindrical-coordinate representation of color #BD359E: hue angle of 313.68º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD359E is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB18953158-
CMYK00.720.160.26
HSL313.68º56.2%47.45%-
HSV(B)313.68º71.96%74.12%-
XYZ28.4315.8333.91-
YUV105.63157.56187.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.25%
GREEN value IS 53 (21.09% from 255) = 13.25%
BLUE value IS 158 (62.11% from 255) = 39.5%
R=47.25%
G=13.25%
B=39.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895315800.720.160.26313.6856.247.45
HexBD359E048101A13a382f
Octal27565236011020324727057
Binary1011110111010110011110010010001000011010100111010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD359E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD359E; }

 p { color: rgb(189,53,158); }

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

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

 a { background-color: rgb(189,53,158); }

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

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

 span { border-color: rgb(189,53,158); }

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