#BC66D5

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

Shades of Medium Orchid #BC66D5

Tints of Medium Orchid #BC66D5

Color information

#BC66D5 (or 0xBC66D5) is unknown color: approx Medium Orchid. HEX triplet: BC, 66 and D5. RGB value is (188,102,213). Sum of RGB (Red+Green+Blue) = 188+102+213=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC66D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC66D5 is #43992A. Grayscale: #8C8C8C. Windows color (decimal): -4430123 or 13985468. OLE color: 13985468.

HSL color Cylindrical-coordinate representation of color #BC66D5: hue angle of 286.49º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC66D5 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188102213-
CMYK0.120.5200.16
HSL286.49º56.92%61.76%-
HSV(B)286.49º52.11%83.53%-
XYZ37.52565.8-
YUV140.37168.99161.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 102 (40.23% from 255) = 20.28%
BLUE value IS 213 (83.59% from 255) = 42.35%
R=37.38%
G=20.28%
B=42.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881022130.120.5200.16286.4956.9261.76
HexBC66D5C3401011e393e
Octal27414632514640204367176
Binary101111001100110110101011100110100010000100011110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC66D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC66D5; }

 p { color: rgb(188,102,213); }

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

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

 a { background-color: rgb(188,102,213); }

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

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

 span { border-color: rgb(188,102,213); }

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