#BD56FA

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

Shades of Medium Orchid #BD56FA

Tints of Medium Orchid #BD56FA

Color information

#BD56FA (or 0xBD56FA) is unknown color: approx Medium Orchid. HEX triplet: BD, 56 and FA. RGB value is (189,86,250). Sum of RGB (Red+Green+Blue) = 189+86+250=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 86 (33.98% from 255 or 16.38% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD56FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD56FA is #42A905. Grayscale: #868686. Windows color (decimal): -4368646 or 16406205. OLE color: 16406205.

HSL color Cylindrical-coordinate representation of color #BD56FA: hue angle of 277.68º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD56FA is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18986250-
CMYK0.240.6600.02
HSL277.68º94.25%65.88%-
HSV(B)277.68º65.6%98.04%-
XYZ41.5724.3892.96-
YUV135.49192.62166.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36%
GREEN value IS 86 (33.98% from 255) = 16.38%
BLUE value IS 250 (98.05% from 255) = 47.62%
R=36%
G=16.38%
B=47.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal189862500.240.6600.02277.6894.2565.88
HexBD56FA1842021165e42
Octal2751263723010202426136102
Binary1011110110101101111101011000100001001010001011010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD56FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD56FA; }

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

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

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

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

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

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

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

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