#BC5CCF

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

Shades of Medium Orchid #BC5CCF

Tints of Medium Orchid #BC5CCF

Color information

#BC5CCF (or 0xBC5CCF) is unknown color: approx Medium Orchid. HEX triplet: BC, 5C and CF. RGB value is (188,92,207). Sum of RGB (Red+Green+Blue) = 188+92+207=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC5CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5CCF is #43A330. Grayscale: #858585. Windows color (decimal): -4432689 or 13589692. OLE color: 13589692.

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

Color convert

RGB18892207-
CMYK0.090.5600.19
HSL290.09º54.5%58.63%-
HSV(B)290.09º55.56%81.18%-
XYZ35.8322.8561.55-
YUV133.81169.3166.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.60%
GREEN value IS 92 (36.33% from 255) = 18.89%
BLUE value IS 207 (81.25% from 255) = 42.51%
R=38.60%
G=18.89%
B=42.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal188922070.090.5600.19290.0954.558.63
HexBC5CCF938013122373b
Octal27413431711700234426773
Binary101111001011100110011111001111000010011100100010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5CCF; }

 p { color: rgb(188,92,207); }

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

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

 a { background-color: rgb(188,92,207); }

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

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

 span { border-color: rgb(188,92,207); }

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