#BD57D0

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

Shades of Medium Orchid #BD57D0

Tints of Medium Orchid #BD57D0

Color information

#BD57D0 (or 0xBD57D0) is unknown color: approx Medium Orchid. HEX triplet: BD, 57 and D0. RGB value is (189,87,208). Sum of RGB (Red+Green+Blue) = 189+87+208=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 87 (34.38% from 255 or 17.98% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD57D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD57D0 is #42A82F. Grayscale: #828282. Windows color (decimal): -4368432 or 13653949. OLE color: 13653949.

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

Color convert

RGB18987208-
CMYK0.090.5800.18
HSL290.58º56.28%57.84%-
HSV(B)290.58º58.17%81.57%-
XYZ35.7822.1962.07-
YUV131.29171.29169.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.05%
GREEN value IS 87 (34.38% from 255) = 17.98%
BLUE value IS 208 (81.64% from 255) = 42.98%
R=39.05%
G=17.98%
B=42.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal189872080.090.5800.18290.5856.2857.84
HexBD57D093A012123383a
Octal27512732011720224437072
Binary101111011010111110100001001111010010010100100011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD57D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD57D0; }

 p { color: rgb(189,87,208); }

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

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

 a { background-color: rgb(189,87,208); }

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

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

 span { border-color: rgb(189,87,208); }

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