#BC5DD5

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

Shades of Medium Orchid #BC5DD5

Tints of Medium Orchid #BC5DD5

Color information

#BC5DD5 (or 0xBC5DD5) is unknown color: approx Medium Orchid. HEX triplet: BC, 5D and D5. RGB value is (188,93,213). Sum of RGB (Red+Green+Blue) = 188+93+213=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC5DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5DD5 is #43A22A. Grayscale: #868686. Windows color (decimal): -4432427 or 13983164. OLE color: 13983164.

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

Color convert

RGB18893213-
CMYK0.120.5600.16
HSL287.5º58.82%60%-
HSV(B)287.5º56.34%83.53%-
XYZ36.6623.3265.52-
YUV135.08171.97165.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.06%
GREEN value IS 93 (36.72% from 255) = 18.83%
BLUE value IS 213 (83.59% from 255) = 43.12%
R=38.06%
G=18.83%
B=43.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal188932130.120.5600.16287.558.8260
HexBC5DD5C380101203b3c
Octal27413532514700204407374
Binary101111001011101110101011100111000010000100100000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5DD5; }

 p { color: rgb(188,93,213); }

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

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

 a { background-color: rgb(188,93,213); }

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

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

 span { border-color: rgb(188,93,213); }

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