Shades of Medium Orchid #BC65DA
Tints of Medium Orchid #BC65DA
RGB
CMYK
RGB Variations
Color information
#BC65DA (or 0xBC65DA) is known color: Medium Orchid. HEX triplet: BC, 65 and DA. RGB value is (188,101,218). Sum of RGB (Red+Green+Blue) = 188+101+218=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC65DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC65DA is #439A25. Grayscale: #8B8B8B. Windows color (decimal): -4430374 or 14312892. OLE color: 14312892.
HSL color Cylindrical-coordinate representation of color #BC65DA: hue angle of 284.62º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC65DA is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 101 | 218 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.15 |
| HSL | 284.62º | 0.61% | 0.63% | - |
| HSV(B) | 284.62º | 0.54% | 0.85% | - |
| XYZ | 38.05 | 25.06 | 69.16 | - |
| YUV | 140.35 | 171.82 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 218 | 0.14 | 0.54 | 0 | 0.15 | 284.62 | 0.61 | 0.63 |
| Hex | BC | 65 | DA | E | 36 | 0 | F | 11D | 3D | 3F |
| Octal | 274 | 145 | 332 | 16 | 66 | 0 | 17 | 435 | 75 | 77 |
| Binary | 10111100 | 1100101 | 11011010 | 1110 | 110110 | 0 | 1111 | 100011101 | 111101 | 111111 |
Color Harmonies of #BC65DA
Complementary color
Monochromatic Colors of #BC65DA
Black with #BC65DA
Text Example
Text Example
White with #BC65DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC65DA; }
p { color: rgb(188,101,218); }
H1.HeaderClassName
{
color: #BC65DA;
}
.AnyTagClassName
{
color: #BC65DA;
}
</style>
background-color css
<style>
a { background-color: #BC65DA; }
a { background-color: rgb(188,101,218); }
div.DivClassName
{
background-color: #BC65DA;
}
.BgClassName
{
background-color: #BC65DA;
}
</style>
border-color css
<style>
span { border-color: #BC65DA; }
span { border-color: rgb(188,101,218); }
td.TdClassName
{
border-color: #BC65DA;
}
.TagClassName
{
border-color: #BC65DA;
}
</style>