#BC73CC

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

Shades of Medium Orchid #BC73CC

Tints of Medium Orchid #BC73CC

Color information

#BC73CC (or 0xBC73CC) is unknown color: approx Medium Orchid. HEX triplet: BC, 73 and CC. RGB value is (188,115,204). Sum of RGB (Red+Green+Blue) = 188+115+204=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC73CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73CC is #438C33. Grayscale: #929292. Windows color (decimal): -4426804 or 13398972. OLE color: 13398972.

HSL color Cylindrical-coordinate representation of color #BC73CC: hue angle of 289.21º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC73CC is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB188115204-
CMYK0.080.4400.2
HSL289.21º46.6%62.55%-
HSV(B)289.21º43.63%80%-
XYZ37.7727.3160.41-
YUV146.97160.18157.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.08%
GREEN value IS 115 (45.31% from 255) = 22.68%
BLUE value IS 204 (80.08% from 255) = 40.24%
R=37.08%
G=22.68%
B=40.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881152040.080.4400.2289.2146.662.55
HexBC73CC82C0141212f3f
Octal27416331410540244415777
Binary101111001110011110011001000101100010100100100001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC73CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC73CC; }

 p { color: rgb(188,115,204); }

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

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

 a { background-color: rgb(188,115,204); }

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

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

 span { border-color: rgb(188,115,204); }

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