#BD39D1

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

Shades of Medium Orchid #BD39D1

Tints of Medium Orchid #BD39D1

Color information

#BD39D1 (or 0xBD39D1) is unknown color: approx Medium Orchid. HEX triplet: BD, 39 and D1. RGB value is (189,57,209). Sum of RGB (Red+Green+Blue) = 189+57+209=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 57 (22.66% from 255 or 12.53% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD39D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD39D1 is #42C62E. Grayscale: #717171. Windows color (decimal): -4376111 or 13711805. OLE color: 13711805.

HSL color Cylindrical-coordinate representation of color #BD39D1: hue angle of 292.11º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD39D1 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18957209-
CMYK0.100.7300.18
HSL292.11º62.3%52.16%-
HSV(B)292.11º72.73%81.96%-
XYZ33.9618.3562.07-
YUV113.8181.73181.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.54%
GREEN value IS 57 (22.66% from 255) = 12.53%
BLUE value IS 209 (82.03% from 255) = 45.93%
R=41.54%
G=12.53%
B=45.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal189572090.100.7300.18292.1162.352.16
HexBD39D1A490121243e34
Octal27571321121110224447664
Binary101111011110011101000110101001001010010100100100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD39D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD39D1; }

 p { color: rgb(189,57,209); }

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

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

 a { background-color: rgb(189,57,209); }

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

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

 span { border-color: rgb(189,57,209); }

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