#BC5CD5

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

Shades of Medium Orchid #BC5CD5

Tints of Medium Orchid #BC5CD5

Color information

#BC5CD5 (or 0xBC5CD5) is unknown color: approx Medium Orchid. HEX triplet: BC, 5C and D5. RGB value is (188,92,213). Sum of RGB (Red+Green+Blue) = 188+92+213=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 213 (83.59% from 255 or 43.20% from 493); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC5CD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5CD5 is #43A32A. Grayscale: #868686. Windows color (decimal): -4432683 or 13982908. OLE color: 13982908.

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

Color convert

RGB18892213-
CMYK0.120.5700.16
HSL287.6º59.02%59.8%-
HSV(B)287.6º56.81%83.53%-
XYZ36.5823.1565.49-
YUV134.5172.3166.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 92 (36.33% from 255) = 18.66%
BLUE value IS 213 (83.59% from 255) = 43.20%
R=38.13%
G=18.66%
B=43.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal188922130.120.5700.16287.659.0259.8
HexBC5CD5C390101203b3c
Octal27413432514710204407374
Binary101111001011100110101011100111001010000100100000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5CD5; }

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

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

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

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

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

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

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

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