#BC60DA

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

Shades of Medium Orchid #BC60DA

Tints of Medium Orchid #BC60DA

Color information

#BC60DA (or 0xBC60DA) is unknown color: approx Medium Orchid. HEX triplet: BC, 60 and DA. RGB value is (188,96,218). Sum of RGB (Red+Green+Blue) = 188+96+218=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC60DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC60DA is #439F25. Grayscale: #898989. Windows color (decimal): -4431654 or 14311612. OLE color: 14311612.

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

Color convert

RGB18896218-
CMYK0.140.5600.15
HSL285.25º62.24%61.57%-
HSV(B)285.25º55.96%85.49%-
XYZ37.5824.1269-
YUV137.42173.48164.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 96 (37.89% from 255) = 19.12%
BLUE value IS 218 (85.55% from 255) = 43.43%
R=37.45%
G=19.12%
B=43.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal188962180.140.5600.15285.2562.2461.57
HexBC60DAE380F11d3e3e
Octal27414033216700174357676
Binary10111100110000011011010111011100001111100011101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC60DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC60DA; }

 p { color: rgb(188,96,218); }

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

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

 a { background-color: rgb(188,96,218); }

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

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

 span { border-color: rgb(188,96,218); }

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