#BD39D0

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

Shades of Medium Orchid #BD39D0

Tints of Medium Orchid #BD39D0

Color information

#BD39D0 (or 0xBD39D0) is unknown color: approx Medium Orchid. HEX triplet: BD, 39 and D0. RGB value is (189,57,208). Sum of RGB (Red+Green+Blue) = 189+57+208=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 57 (22.66% from 255 or 12.56% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD39D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD39D0 is #42C62F. Grayscale: #717171. Windows color (decimal): -4376112 or 13646269. OLE color: 13646269.

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

Color convert

RGB18957208-
CMYK0.090.7300.18
HSL292.45º61.63%51.96%-
HSV(B)292.45º72.6%81.57%-
XYZ33.8318.361.42-
YUV113.68181.23181.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.63%
GREEN value IS 57 (22.66% from 255) = 12.56%
BLUE value IS 208 (81.64% from 255) = 45.81%
R=41.63%
G=12.56%
B=45.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal189572080.090.7300.18292.4561.6351.96
HexBD39D09490121243e34
Octal27571320111110224447664
Binary101111011110011101000010011001001010010100100100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD39D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD39D0; }

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

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

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

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

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

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

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

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