#BC62D9

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

Shades of Medium Orchid #BC62D9

Tints of Medium Orchid #BC62D9

Color information

#BC62D9 (or 0xBC62D9) is unknown color: approx Medium Orchid. HEX triplet: BC, 62 and D9. RGB value is (188,98,217). Sum of RGB (Red+Green+Blue) = 188+98+217=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 98 (38.67% from 255 or 19.48% from 503); Blue value is 217 (85.16% from 255 or 43.14% from 503); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC62D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC62D9 is #439D26. Grayscale: #8A8A8A. Windows color (decimal): -4431143 or 14246588. OLE color: 14246588.

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

Color convert

RGB18898217-
CMYK0.130.5500.15
HSL285.38º61.03%61.76%-
HSV(B)285.38º54.84%85.1%-
XYZ37.6324.4468.38-
YUV138.48172.32163.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 98 (38.67% from 255) = 19.48%
BLUE value IS 217 (85.16% from 255) = 43.14%
R=37.38%
G=19.48%
B=43.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal188982170.130.5500.15285.3861.0361.76
HexBC62D9D370F11d3d3e
Octal27414233115670174357576
Binary10111100110001011011001110111011101111100011101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC62D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC62D9; }

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

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

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

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

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

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

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

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