Shades of Medium Orchid #BF61CE
Tints of Medium Orchid #BF61CE
RGB
CMYK
RGB Variations
Color information
#BF61CE (or 0xBF61CE) is known color: Medium Orchid. HEX triplet: BF, 61 and CE. RGB value is (191,97,206). Sum of RGB (Red+Green+Blue) = 191+97+206=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF61CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF61CE is #409E31. Grayscale: #898989. Windows color (decimal): -4234802 or 13525439. OLE color: 13525439.
HSL color Cylindrical-coordinate representation of color #BF61CE: hue angle of 291.74º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF61CE is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 97 | 206 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.19 |
| HSL | 291.74º | 0.53% | 0.59% | - |
| HSV(B) | 291.74º | 0.53% | 0.81% | - |
| XYZ | 36.9 | 24.08 | 61.1 | - |
| YUV | 137.53 | 166.64 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 97 | 206 | 0.07 | 0.53 | 0 | 0.19 | 291.74 | 0.53 | 0.59 |
| Hex | BF | 61 | CE | 7 | 35 | 0 | 13 | 124 | 35 | 3B |
| Octal | 277 | 141 | 316 | 7 | 65 | 0 | 23 | 444 | 65 | 73 |
| Binary | 10111111 | 1100001 | 11001110 | 111 | 110101 | 0 | 10011 | 100100100 | 110101 | 111011 |
Color Harmonies of #BF61CE
Complementary color
Monochromatic Colors of #BF61CE
Black with #BF61CE
Text Example
Text Example
White with #BF61CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF61CE; }
p { color: rgb(191,97,206); }
H1.HeaderClassName
{
color: #BF61CE;
}
.AnyTagClassName
{
color: #BF61CE;
}
</style>
background-color css
<style>
a { background-color: #BF61CE; }
a { background-color: rgb(191,97,206); }
div.DivClassName
{
background-color: #BF61CE;
}
.BgClassName
{
background-color: #BF61CE;
}
</style>
border-color css
<style>
span { border-color: #BF61CE; }
span { border-color: rgb(191,97,206); }
td.TdClassName
{
border-color: #BF61CE;
}
.TagClassName
{
border-color: #BF61CE;
}
</style>