#BD339B

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

Shades of Medium Red Violet #BD339B

Tints of Medium Red Violet #BD339B

Color information

#BD339B (or 0xBD339B) is unknown color: approx Medium Red Violet. HEX triplet: BD, 33 and 9B. RGB value is (189,51,155). Sum of RGB (Red+Green+Blue) = 189+51+155=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD339B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD339B is #42CC64. Grayscale: #676767. Windows color (decimal): -4377701 or 10171325. OLE color: 10171325.

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

Color convert

RGB18951155-
CMYK00.730.180.26
HSL314.78º57.5%47.06%-
HSV(B)314.78º73.02%74.12%-
XYZ28.0915.5532.53-
YUV104.12156.72188.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.85%
GREEN value IS 51 (20.31% from 255) = 12.91%
BLUE value IS 155 (60.94% from 255) = 39.24%
R=47.85%
G=12.91%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895115500.730.180.26314.7857.547.06
HexBD339B049121A13b3a2f
Octal27563233011122324737257
Binary1011110111001110011011010010011001011010100111011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD339B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD339B; }

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

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

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

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

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

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

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

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