#BD7AD6

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

Shades of Medium Orchid #BD7AD6

Tints of Medium Orchid #BD7AD6

Color information

#BD7AD6 (or 0xBD7AD6) is unknown color: approx Medium Orchid. HEX triplet: BD, 7A and D6. RGB value is (189,122,214). Sum of RGB (Red+Green+Blue) = 189+122+214=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD7AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7AD6 is #428529. Grayscale: #989898. Windows color (decimal): -4359466 or 14056125. OLE color: 14056125.

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

Color convert

RGB189122214-
CMYK0.120.4300.16
HSL283.7º52.87%65.88%-
HSV(B)283.7º42.99%83.92%-
XYZ40.0829.5967.22-
YUV152.52162.7154.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36%
GREEN value IS 122 (48.05% from 255) = 23.24%
BLUE value IS 214 (83.98% from 255) = 40.76%
R=36%
G=23.24%
B=40.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891222140.120.4300.16283.752.8765.88
HexBD7AD6C2B01011c3542
Octal275172326145302043465102
Binary1011110111110101101011011001010110100001000111001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7AD6; }

 p { color: rgb(189,122,214); }

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

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

 a { background-color: rgb(189,122,214); }

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

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

 span { border-color: rgb(189,122,214); }

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