#BC40CC

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

Shades of Medium Orchid #BC40CC

Tints of Medium Orchid #BC40CC

Color information

#BC40CC (or 0xBC40CC) is unknown color: approx Medium Orchid. HEX triplet: BC, 40 and CC. RGB value is (188,64,204). Sum of RGB (Red+Green+Blue) = 188+64+204=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC40CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC40CC is #43BF33. Grayscale: #747474. Windows color (decimal): -4439860 or 13385916. OLE color: 13385916.

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

Color convert

RGB18864204-
CMYK0.080.6900.2
HSL293.14º57.85%52.55%-
HSV(B)293.14º68.63%80%-
XYZ33.4718.7258.98-
YUV117.04177.08178.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.23%
GREEN value IS 64 (25.39% from 255) = 14.04%
BLUE value IS 204 (80.08% from 255) = 44.74%
R=41.23%
G=14.04%
B=44.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal188642040.080.6900.2293.1457.8552.55
HexBC40CC8450141253a35
Octal274100314101050244457265
Binary1011110010000001100110010001000101010100100100101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC40CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC40CC; }

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

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

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

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

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

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

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

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