#BC5DCA

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

Shades of Medium Orchid #BC5DCA

Tints of Medium Orchid #BC5DCA

Color information

#BC5DCA (or 0xBC5DCA) is unknown color: approx Medium Orchid. HEX triplet: BC, 5D and CA. RGB value is (188,93,202). Sum of RGB (Red+Green+Blue) = 188+93+202=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC5DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5DCA is #43A235. Grayscale: #858585. Windows color (decimal): -4432438 or 13262268. OLE color: 13262268.

HSL color Cylindrical-coordinate representation of color #BC5DCA: hue angle of 292.29º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC5DCA is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18893202-
CMYK0.070.5400.21
HSL292.29º50.7%57.84%-
HSV(B)292.29º53.96%79.22%-
XYZ35.3122.7858.41-
YUV133.83166.47166.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.92%
GREEN value IS 93 (36.72% from 255) = 19.25%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=38.92%
G=19.25%
B=41.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188932020.070.5400.21292.2950.757.84
HexBC5DCA736015124333a
Octal2741353127660254446372
Binary10111100101110111001010111110110010101100100100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5DCA; }

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

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

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

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

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

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

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

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