#BD78D2

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

Shades of Medium Orchid #BD78D2

Tints of Medium Orchid #BD78D2

Color information

#BD78D2 (or 0xBD78D2) is unknown color: approx Medium Orchid. HEX triplet: BD, 78 and D2. RGB value is (189,120,210). Sum of RGB (Red+Green+Blue) = 189+120+210=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 210 - color contains mainly: blue. Hex color #BD78D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD78D2 is #42872D. Grayscale: #969696. Windows color (decimal): -4359982 or 13793469. OLE color: 13793469.

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

Color convert

RGB189120210-
CMYK0.100.4300.18
HSL286º50%64.71%-
HSV(B)286º42.86%82.35%-
XYZ39.3428.964.48-
YUV150.89161.36155.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.42%
GREEN value IS 120 (47.27% from 255) = 23.12%
BLUE value IS 210 (82.42% from 255) = 40.46%
R=36.42%
G=23.12%
B=40.46%

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
Decimal1891202100.100.4300.182865064.71
HexBD78D2A2B01211e3241
Octal275170322125302243662101
Binary1011110111110001101001010101010110100101000111101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD78D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD78D2; }

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

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

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

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

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

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

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

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