#BD71D0

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

Shades of Medium Orchid #BD71D0

Tints of Medium Orchid #BD71D0

Color information

#BD71D0 (or 0xBD71D0) is unknown color: approx Medium Orchid. HEX triplet: BD, 71 and D0. RGB value is (189,113,208). Sum of RGB (Red+Green+Blue) = 189+113+208=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD71D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD71D0 is #428E2F. Grayscale: #929292. Windows color (decimal): -4361776 or 13660605. OLE color: 13660605.

HSL color Cylindrical-coordinate representation of color #BD71D0: hue angle of 288º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD71D0 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189113208-
CMYK0.090.4600.18
HSL288º50.26%62.94%-
HSV(B)288º45.67%81.57%-
XYZ38.2827.1862.9-
YUV146.55162.68158.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.06%
GREEN value IS 113 (44.53% from 255) = 22.16%
BLUE value IS 208 (81.64% from 255) = 40.78%
R=37.06%
G=22.16%
B=40.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891132080.090.4600.1828850.2662.94
HexBD71D092E012120323f
Octal27516132011560224406277
Binary101111011110001110100001001101110010010100100000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD71D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD71D0; }

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

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

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

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

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

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

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

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