#BC62DE

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

Shades of Medium Orchid #BC62DE

Tints of Medium Orchid #BC62DE

Color information

#BC62DE (or 0xBC62DE) is unknown color: approx Medium Orchid. HEX triplet: BC, 62 and DE. RGB value is (188,98,222). Sum of RGB (Red+Green+Blue) = 188+98+222=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 98 (38.67% from 255 or 19.29% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC62DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC62DE is #439D21. Grayscale: #8A8A8A. Windows color (decimal): -4431138 or 14574268. OLE color: 14574268.

HSL color Cylindrical-coordinate representation of color #BC62DE: hue angle of 283.55º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC62DE is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18898222-
CMYK0.150.5600.13
HSL283.55º65.26%62.75%-
HSV(B)283.55º55.86%87.06%-
XYZ38.2924.771.86-
YUV139.05174.82162.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.01%
GREEN value IS 98 (38.67% from 255) = 19.29%
BLUE value IS 222 (87.11% from 255) = 43.70%
R=37.01%
G=19.29%
B=43.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal188982220.150.5600.13283.5565.2662.75
HexBC62DEF380D11c413f
Octal274142336177001543410177
Binary101111001100010110111101111111000011011000111001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC62DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC62DE; }

 p { color: rgb(188,98,222); }

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

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

 a { background-color: rgb(188,98,222); }

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

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

 span { border-color: rgb(188,98,222); }

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