#bd56cf

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

Shades of Medium Orchid #BD56CF

Tints of Medium Orchid #BD56CF

Color information

#BD56CF (or 0xBD56CF) is unknown color: approx Medium Orchid. HEX triplet: BD, 56 and CF. RGB value is (189,86,207). Sum of RGB (Red+Green+Blue) = 189+86+207=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD56CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD56CF is #42A930. Grayscale: #828282. Windows color (decimal): -4368689 or 13588157. OLE color: 13588157.

HSL color Cylindrical-coordinate representation of color #BD56CF: hue angle of 291.07º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD56CF is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18986207-
CMYK0.090.5800.19
HSL291.07º55.76%57.45%-
HSV(B)291.07º58.45%81.18%-
XYZ35.5821.9861.4-
YUV130.59171.12169.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.21%
GREEN value IS 86 (33.98% from 255) = 17.84%
BLUE value IS 207 (81.25% from 255) = 42.95%
R=39.21%
G=17.84%
B=42.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal189862070.090.5800.19291.0755.7657.45
HexBD56CF93A0131233839
Octal27512631711720234437071
Binary101111011010110110011111001111010010011100100011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd56cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd56cf; }

 p { color: rgb(189,86,207); }

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

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

 a { background-color: rgb(189,86,207); }

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

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

 span { border-color: rgb(189,86,207); }

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