Shades of Medium Orchid #BC66DA
Tints of Medium Orchid #BC66DA
RGB
CMYK
RGB Variations
Color information
#BC66DA (or 0xBC66DA) is known color: Medium Orchid. HEX triplet: BC, 66 and DA. RGB value is (188,102,218). Sum of RGB (Red+Green+Blue) = 188+102+218=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC66DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC66DA is #439925. Grayscale: #8C8C8C. Windows color (decimal): -4430118 or 14313148. OLE color: 14313148.
HSL color Cylindrical-coordinate representation of color #BC66DA: hue angle of 284.48º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC66DA is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 102 | 218 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.15 |
| HSL | 284.48º | 0.61% | 0.63% | - |
| HSV(B) | 284.48º | 0.53% | 0.85% | - |
| XYZ | 38.15 | 25.26 | 69.19 | - |
| YUV | 140.94 | 171.49 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 218 | 0.14 | 0.53 | 0 | 0.15 | 284.48 | 0.61 | 0.63 |
| Hex | BC | 66 | DA | E | 35 | 0 | F | 11C | 3D | 3F |
| Octal | 274 | 146 | 332 | 16 | 65 | 0 | 17 | 434 | 75 | 77 |
| Binary | 10111100 | 1100110 | 11011010 | 1110 | 110101 | 0 | 1111 | 100011100 | 111101 | 111111 |
Color Harmonies of #BC66DA
Complementary color
Monochromatic Colors of #BC66DA
Black with #BC66DA
Text Example
Text Example
White with #BC66DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC66DA; }
p { color: rgb(188,102,218); }
H1.HeaderClassName
{
color: #BC66DA;
}
.AnyTagClassName
{
color: #BC66DA;
}
</style>
background-color css
<style>
a { background-color: #BC66DA; }
a { background-color: rgb(188,102,218); }
div.DivClassName
{
background-color: #BC66DA;
}
.BgClassName
{
background-color: #BC66DA;
}
</style>
border-color css
<style>
span { border-color: #BC66DA; }
span { border-color: rgb(188,102,218); }
td.TdClassName
{
border-color: #BC66DA;
}
.TagClassName
{
border-color: #BC66DA;
}
</style>