#BC5AD8

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

Shades of Medium Orchid #BC5AD8

Tints of Medium Orchid #BC5AD8

Color information

#BC5AD8 (or 0xBC5AD8) is unknown color: approx Medium Orchid. HEX triplet: BC, 5A and D8. RGB value is (188,90,216). Sum of RGB (Red+Green+Blue) = 188+90+216=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 90 (35.55% from 255 or 18.22% from 494); Blue value is 216 (84.77% from 255 or 43.72% from 494); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC5AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5AD8 is #43A527. Grayscale: #858585. Windows color (decimal): -4433192 or 14179004. OLE color: 14179004.

HSL color Cylindrical-coordinate representation of color #BC5AD8: hue angle of 286.67º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC5AD8 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18890216-
CMYK0.130.5800.15
HSL286.67º61.76%60%-
HSV(B)286.67º58.33%84.71%-
XYZ36.7922.9667.46-
YUV133.67174.47166.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.06%
GREEN value IS 90 (35.55% from 255) = 18.22%
BLUE value IS 216 (84.77% from 255) = 43.72%
R=38.06%
G=18.22%
B=43.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal188902160.130.5800.15286.6761.7660
HexBC5AD8D3A0F11f3e3c
Octal27413233015720174377674
Binary10111100101101011011000110111101001111100011111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5AD8; }

 p { color: rgb(188,90,216); }

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

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

 a { background-color: rgb(188,90,216); }

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

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

 span { border-color: rgb(188,90,216); }

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