Shades of Medium Orchid #BF60D1
Tints of Medium Orchid #BF60D1
RGB
CMYK
RGB Variations
Color information
#BF60D1 (or 0xBF60D1) is known color: Medium Orchid. HEX triplet: BF, 60 and D1. RGB value is (191,96,209). Sum of RGB (Red+Green+Blue) = 191+96+209=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF60D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF60D1 is #409F2E. Grayscale: #888888. Windows color (decimal): -4235055 or 13721791. OLE color: 13721791.
HSL color Cylindrical-coordinate representation of color #BF60D1: hue angle of 290.44º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF60D1 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 96 | 209 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.18 |
| HSL | 290.44º | 0.55% | 0.6% | - |
| HSV(B) | 290.44º | 0.54% | 0.82% | - |
| XYZ | 37.18 | 24.05 | 63 | - |
| YUV | 137.29 | 168.47 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 209 | 0.09 | 0.54 | 0 | 0.18 | 290.44 | 0.55 | 0.6 |
| Hex | BF | 60 | D1 | 9 | 36 | 0 | 12 | 122 | 37 | 3C |
| Octal | 277 | 140 | 321 | 11 | 66 | 0 | 22 | 442 | 67 | 74 |
| Binary | 10111111 | 1100000 | 11010001 | 1001 | 110110 | 0 | 10010 | 100100010 | 110111 | 111100 |
Color Harmonies of #BF60D1
Complementary color
Monochromatic Colors of #BF60D1
Black with #BF60D1
Text Example
Text Example
White with #BF60D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF60D1; }
p { color: rgb(191,96,209); }
H1.HeaderClassName
{
color: #BF60D1;
}
.AnyTagClassName
{
color: #BF60D1;
}
</style>
background-color css
<style>
a { background-color: #BF60D1; }
a { background-color: rgb(191,96,209); }
div.DivClassName
{
background-color: #BF60D1;
}
.BgClassName
{
background-color: #BF60D1;
}
</style>
border-color css
<style>
span { border-color: #BF60D1; }
span { border-color: rgb(191,96,209); }
td.TdClassName
{
border-color: #BF60D1;
}
.TagClassName
{
border-color: #BF60D1;
}
</style>