#BD78D1

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

Shades of Medium Orchid #BD78D1

Tints of Medium Orchid #BD78D1

Color information

#BD78D1 (or 0xBD78D1) is unknown color: approx Medium Orchid. HEX triplet: BD, 78 and D1. RGB value is (189,120,209). Sum of RGB (Red+Green+Blue) = 189+120+209=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD78D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD78D1 is #42872E. Grayscale: #969696. Windows color (decimal): -4359983 or 13727933. OLE color: 13727933.

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

Color convert

RGB189120209-
CMYK0.100.4300.18
HSL286.52º49.17%64.51%-
HSV(B)286.52º42.58%81.96%-
XYZ39.2128.8663.82-
YUV150.78160.86155.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.49%
GREEN value IS 120 (47.27% from 255) = 23.17%
BLUE value IS 209 (82.03% from 255) = 40.35%
R=36.49%
G=23.17%
B=40.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891202090.100.4300.18286.5249.1764.51
HexBD78D1A2B01211f3141
Octal275170321125302243761101
Binary1011110111110001101000110101010110100101000111111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD78D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD78D1; }

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

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

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

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

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

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

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

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