#BD39D2

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

Shades of Medium Orchid #BD39D2

Tints of Medium Orchid #BD39D2

Color information

#BD39D2 (or 0xBD39D2) is unknown color: approx Medium Orchid. HEX triplet: BD, 39 and D2. RGB value is (189,57,210). Sum of RGB (Red+Green+Blue) = 189+57+210=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 57 (22.66% from 255 or 12.5% from 456); Blue value is 210 (82.42% from 255 or 46.05% from 456); Max value from RGB is 210 - color contains mainly: blue. Hex color #BD39D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD39D2 is #42C62D. Grayscale: #717171. Windows color (decimal): -4376110 or 13777341. OLE color: 13777341.

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

Color convert

RGB18957210-
CMYK0.100.7300.18
HSL291.76º62.96%52.35%-
HSV(B)291.76º72.86%82.35%-
XYZ34.0818.462.73-
YUV113.91182.23181.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.45%
GREEN value IS 57 (22.66% from 255) = 12.5%
BLUE value IS 210 (82.42% from 255) = 46.05%
R=41.45%
G=12.5%
B=46.05%

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
Decimal189572100.100.7300.18291.7662.9652.35
HexBD39D2A490121243f34
Octal27571322121110224447764
Binary101111011110011101001010101001001010010100100100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD39D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD39D2; }

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

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

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

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

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

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

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

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