#BD339A

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

Shades of Medium Red Violet #BD339A

Tints of Medium Red Violet #BD339A

Color information

#BD339A (or 0xBD339A) is unknown color: approx Medium Red Violet. HEX triplet: BD, 33 and 9A. RGB value is (189,51,154). Sum of RGB (Red+Green+Blue) = 189+51+154=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD339A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD339A is #42CC65. Grayscale: #676767. Windows color (decimal): -4377702 or 10105789. OLE color: 10105789.

HSL color Cylindrical-coordinate representation of color #BD339A: hue angle of 315.22º 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 #BD339A is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB18951154-
CMYK00.730.190.26
HSL315.22º57.5%47.06%-
HSV(B)315.22º73.02%74.12%-
XYZ2815.5232.09-
YUV104156.22188.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.97%
GREEN value IS 51 (20.31% from 255) = 12.94%
BLUE value IS 154 (60.55% from 255) = 39.09%
R=47.97%
G=12.94%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895115400.730.190.26315.2257.547.06
HexBD339A049131A13b3a2f
Octal27563232011123324737257
Binary1011110111001110011010010010011001111010100111011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD339A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD339A; }

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

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

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

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

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

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

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

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