Shades of Medium Orchid #BF63DC
Tints of Medium Orchid #BF63DC
RGB
CMYK
RGB Variations
Color information
#BF63DC (or 0xBF63DC) is known color: Medium Orchid. HEX triplet: BF, 63 and DC. RGB value is (191,99,220). Sum of RGB (Red+Green+Blue) = 191+99+220=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 99 (39.06% from 255 or 19.41% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF63DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF63DC is #409C23. Grayscale: #8B8B8B. Windows color (decimal): -4234276 or 14443455. OLE color: 14443455.
HSL color Cylindrical-coordinate representation of color #BF63DC: hue angle of 285.62º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF63DC is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 99 | 220 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.14 |
| HSL | 285.62º | 0.63% | 0.63% | - |
| HSV(B) | 285.62º | 0.55% | 0.86% | - |
| XYZ | 38.87 | 25.17 | 70.52 | - |
| YUV | 140.3 | 172.98 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 220 | 0.13 | 0.55 | 0 | 0.14 | 285.62 | 0.63 | 0.63 |
| Hex | BF | 63 | DC | D | 37 | 0 | E | 11E | 3F | 3F |
| Octal | 277 | 143 | 334 | 15 | 67 | 0 | 16 | 436 | 77 | 77 |
| Binary | 10111111 | 1100011 | 11011100 | 1101 | 110111 | 0 | 1110 | 100011110 | 111111 | 111111 |
Color Harmonies of #BF63DC
Complementary color
Monochromatic Colors of #BF63DC
Black with #BF63DC
Text Example
Text Example
White with #BF63DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF63DC; }
p { color: rgb(191,99,220); }
H1.HeaderClassName
{
color: #BF63DC;
}
.AnyTagClassName
{
color: #BF63DC;
}
</style>
background-color css
<style>
a { background-color: #BF63DC; }
a { background-color: rgb(191,99,220); }
div.DivClassName
{
background-color: #BF63DC;
}
.BgClassName
{
background-color: #BF63DC;
}
</style>
border-color css
<style>
span { border-color: #BF63DC; }
span { border-color: rgb(191,99,220); }
td.TdClassName
{
border-color: #BF63DC;
}
.TagClassName
{
border-color: #BF63DC;
}
</style>