#BC61CE

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

Shades of Medium Orchid #BC61CE

Tints of Medium Orchid #BC61CE

Color information

#BC61CE (or 0xBC61CE) is unknown color: approx Medium Orchid. HEX triplet: BC, 61 and CE. RGB value is (188,97,206). Sum of RGB (Red+Green+Blue) = 188+97+206=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC61CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC61CE is #439E31. Grayscale: #888888. Windows color (decimal): -4431410 or 13525436. OLE color: 13525436.

HSL color Cylindrical-coordinate representation of color #BC61CE: hue angle of 290.09º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC61CE is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18897206-
CMYK0.090.5300.19
HSL290.09º52.66%59.41%-
HSV(B)290.09º52.91%80.78%-
XYZ36.1523.761.06-
YUV136.64167.15164.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.29%
GREEN value IS 97 (38.28% from 255) = 19.76%
BLUE value IS 206 (80.86% from 255) = 41.96%
R=38.29%
G=19.76%
B=41.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal188972060.090.5300.19290.0952.6659.41
HexBC61CE935013122353b
Octal27414131611650234426573
Binary101111001100001110011101001110101010011100100010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC61CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC61CE; }

 p { color: rgb(188,97,206); }

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

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

 a { background-color: rgb(188,97,206); }

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

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

 span { border-color: rgb(188,97,206); }

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