#BD78D5

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

Shades of Medium Orchid #BD78D5

Tints of Medium Orchid #BD78D5

Color information

#BD78D5 (or 0xBD78D5) is unknown color: approx Medium Orchid. HEX triplet: BD, 78 and D5. RGB value is (189,120,213). Sum of RGB (Red+Green+Blue) = 189+120+213=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD78D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD78D5 is #42872A. Grayscale: #969696. Windows color (decimal): -4359979 or 13990077. OLE color: 13990077.

HSL color Cylindrical-coordinate representation of color #BD78D5: hue angle of 284.52º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD78D5 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189120213-
CMYK0.110.4400.16
HSL284.52º52.54%65.29%-
HSV(B)284.52º43.66%83.53%-
XYZ39.7129.0666.47-
YUV151.23162.86154.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 120 (47.27% from 255) = 22.99%
BLUE value IS 213 (83.59% from 255) = 40.80%
R=36.21%
G=22.99%
B=40.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891202130.110.4400.16284.5252.5465.29
HexBD78D5B2C01011d3541
Octal275170325135402043565101
Binary1011110111110001101010110111011000100001000111011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD78D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD78D5; }

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

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

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

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

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

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

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

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