Shades of Medium Orchid #BF63D5
Tints of Medium Orchid #BF63D5
RGB
CMYK
RGB Variations
Color information
#BF63D5 (or 0xBF63D5) is known color: Medium Orchid. HEX triplet: BF, 63 and D5. RGB value is (191,99,213). Sum of RGB (Red+Green+Blue) = 191+99+213=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 99 (39.06% from 255 or 19.68% 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 #BF63D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF63D5 is #409C2A. Grayscale: #8B8B8B. Windows color (decimal): -4234283 or 13984703. OLE color: 13984703.
HSL color Cylindrical-coordinate representation of color #BF63D5: hue angle of 288.42º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF63D5 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 99 | 213 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.16 |
| HSL | 288.42º | 0.58% | 0.61% | - |
| HSV(B) | 288.42º | 0.54% | 0.84% | - |
| XYZ | 37.96 | 24.8 | 65.74 | - |
| YUV | 139.5 | 169.48 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 213 | 0.10 | 0.54 | 0 | 0.16 | 288.42 | 0.58 | 0.61 |
| Hex | BF | 63 | D5 | A | 36 | 0 | 10 | 120 | 3A | 3D |
| Octal | 277 | 143 | 325 | 12 | 66 | 0 | 20 | 440 | 72 | 75 |
| Binary | 10111111 | 1100011 | 11010101 | 1010 | 110110 | 0 | 10000 | 100100000 | 111010 | 111101 |
Color Harmonies of #BF63D5
Complementary color
Monochromatic Colors of #BF63D5
Black with #BF63D5
Text Example
Text Example
White with #BF63D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF63D5; }
p { color: rgb(191,99,213); }
H1.HeaderClassName
{
color: #BF63D5;
}
.AnyTagClassName
{
color: #BF63D5;
}
</style>
background-color css
<style>
a { background-color: #BF63D5; }
a { background-color: rgb(191,99,213); }
div.DivClassName
{
background-color: #BF63D5;
}
.BgClassName
{
background-color: #BF63D5;
}
</style>
border-color css
<style>
span { border-color: #BF63D5; }
span { border-color: rgb(191,99,213); }
td.TdClassName
{
border-color: #BF63D5;
}
.TagClassName
{
border-color: #BF63D5;
}
</style>