Shades of Medium Orchid #BF63D1
Tints of Medium Orchid #BF63D1
RGB
CMYK
RGB Variations
Color information
#BF63D1 (or 0xBF63D1) is known color: Medium Orchid. HEX triplet: BF, 63 and D1. RGB value is (191,99,209). Sum of RGB (Red+Green+Blue) = 191+99+209=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 209 (82.03% from 255 or 41.88% from 499); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF63D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF63D1 is #409C2E. Grayscale: #8A8A8A. Windows color (decimal): -4234287 or 13722559. OLE color: 13722559.
HSL color Cylindrical-coordinate representation of color #BF63D1: hue angle of 290.18º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF63D1 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 99 | 209 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.18 |
| HSL | 290.18º | 0.54% | 0.6% | - |
| HSV(B) | 290.18º | 0.53% | 0.82% | - |
| XYZ | 37.46 | 24.6 | 63.1 | - |
| YUV | 139.05 | 167.48 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 209 | 0.09 | 0.53 | 0 | 0.18 | 290.18 | 0.54 | 0.6 |
| Hex | BF | 63 | D1 | 9 | 35 | 0 | 12 | 122 | 36 | 3C |
| Octal | 277 | 143 | 321 | 11 | 65 | 0 | 22 | 442 | 66 | 74 |
| Binary | 10111111 | 1100011 | 11010001 | 1001 | 110101 | 0 | 10010 | 100100010 | 110110 | 111100 |
Color Harmonies of #BF63D1
Complementary color
Monochromatic Colors of #BF63D1
Black with #BF63D1
Text Example
Text Example
White with #BF63D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF63D1; }
p { color: rgb(191,99,209); }
H1.HeaderClassName
{
color: #BF63D1;
}
.AnyTagClassName
{
color: #BF63D1;
}
</style>
background-color css
<style>
a { background-color: #BF63D1; }
a { background-color: rgb(191,99,209); }
div.DivClassName
{
background-color: #BF63D1;
}
.BgClassName
{
background-color: #BF63D1;
}
</style>
border-color css
<style>
span { border-color: #BF63D1; }
span { border-color: rgb(191,99,209); }
td.TdClassName
{
border-color: #BF63D1;
}
.TagClassName
{
border-color: #BF63D1;
}
</style>