#BD337D

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

Shades of Medium Red Violet #BD337D

Tints of Medium Red Violet #BD337D

Color information

#BD337D (or 0xBD337D) is unknown color: approx Medium Red Violet. HEX triplet: BD, 33 and 7D. RGB value is (189,51,125). Sum of RGB (Red+Green+Blue) = 189+51+125=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD337D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD337D is #42CC82. Grayscale: #646464. Windows color (decimal): -4377731 or 8205245. OLE color: 8205245.

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

Color convert

RGB18951125-
CMYK00.730.340.26
HSL327.83º57.5%47.06%-
HSV(B)327.83º73.02%74.12%-
XYZ25.8714.6720.87-
YUV100.7141.72190.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.78%
GREEN value IS 51 (20.31% from 255) = 13.97%
BLUE value IS 125 (49.22% from 255) = 34.25%
R=51.78%
G=13.97%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895112500.730.340.26327.8357.547.06
HexBD337D049221A1483a2f
Octal27563175011142325107257
Binary1011110111001111111010100100110001011010101001000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD337D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD337D; }

 p { color: rgb(189,51,125); }

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

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

 a { background-color: rgb(189,51,125); }

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

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

 span { border-color: rgb(189,51,125); }

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