Shades of Medium Orchid #BF41CE
Tints of Medium Orchid #BF41CE
RGB
CMYK
RGB Variations
Color information
#BF41CE (or 0xBF41CE) is known color: Medium Orchid. HEX triplet: BF, 41 and CE. RGB value is (191,65,206). Sum of RGB (Red+Green+Blue) = 191+65+206=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 65 (25.78% from 255 or 14.07% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF41CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF41CE is #40BE31. Grayscale: #767676. Windows color (decimal): -4242994 or 13517247. OLE color: 13517247.
HSL color Cylindrical-coordinate representation of color #BF41CE: hue angle of 293.62º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF41CE is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 65 | 206 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.19 |
| HSL | 293.62º | 0.59% | 0.53% | - |
| HSV(B) | 293.62º | 0.68% | 0.81% | - |
| XYZ | 34.52 | 19.31 | 60.3 | - |
| YUV | 118.75 | 177.24 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 206 | 0.07 | 0.68 | 0 | 0.19 | 293.62 | 0.59 | 0.53 |
| Hex | BF | 41 | CE | 7 | 44 | 0 | 13 | 126 | 3B | 35 |
| Octal | 277 | 101 | 316 | 7 | 104 | 0 | 23 | 446 | 73 | 65 |
| Binary | 10111111 | 1000001 | 11001110 | 111 | 1000100 | 0 | 10011 | 100100110 | 111011 | 110101 |
Color Harmonies of #BF41CE
Complementary color
Monochromatic Colors of #BF41CE
Black with #BF41CE
Text Example
Text Example
White with #BF41CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF41CE; }
p { color: rgb(191,65,206); }
H1.HeaderClassName
{
color: #BF41CE;
}
.AnyTagClassName
{
color: #BF41CE;
}
</style>
background-color css
<style>
a { background-color: #BF41CE; }
a { background-color: rgb(191,65,206); }
div.DivClassName
{
background-color: #BF41CE;
}
.BgClassName
{
background-color: #BF41CE;
}
</style>
border-color css
<style>
span { border-color: #BF41CE; }
span { border-color: rgb(191,65,206); }
td.TdClassName
{
border-color: #BF41CE;
}
.TagClassName
{
border-color: #BF41CE;
}
</style>