Shades of Medium Orchid #BF41D8
Tints of Medium Orchid #BF41D8
RGB
CMYK
RGB Variations
Color information
#BF41D8 (or 0xBF41D8) is known color: Medium Orchid. HEX triplet: BF, 41 and D8. RGB value is (191,65,216). Sum of RGB (Red+Green+Blue) = 191+65+216=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 216 - color contains mainly: blue. Hex color #BF41D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF41D8 is #40BE27. Grayscale: #777777. Windows color (decimal): -4242984 or 14172607. OLE color: 14172607.
HSL color Cylindrical-coordinate representation of color #BF41D8: hue angle of 290.07º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF41D8 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 65 | 216 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.15 |
| HSL | 290.07º | 0.66% | 0.55% | - |
| HSV(B) | 290.07º | 0.7% | 0.85% | - |
| XYZ | 35.77 | 19.81 | 66.91 | - |
| YUV | 119.89 | 182.24 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 216 | 0.12 | 0.70 | 0 | 0.15 | 290.07 | 0.66 | 0.55 |
| Hex | BF | 41 | D8 | C | 46 | 0 | F | 122 | 42 | 37 |
| Octal | 277 | 101 | 330 | 14 | 106 | 0 | 17 | 442 | 102 | 67 |
| Binary | 10111111 | 1000001 | 11011000 | 1100 | 1000110 | 0 | 1111 | 100100010 | 1000010 | 110111 |
Color Harmonies of #BF41D8
Complementary color
Monochromatic Colors of #BF41D8
Black with #BF41D8
Text Example
Text Example
White with #BF41D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF41D8; }
p { color: rgb(191,65,216); }
H1.HeaderClassName
{
color: #BF41D8;
}
.AnyTagClassName
{
color: #BF41D8;
}
</style>
background-color css
<style>
a { background-color: #BF41D8; }
a { background-color: rgb(191,65,216); }
div.DivClassName
{
background-color: #BF41D8;
}
.BgClassName
{
background-color: #BF41D8;
}
</style>
border-color css
<style>
span { border-color: #BF41D8; }
span { border-color: rgb(191,65,216); }
td.TdClassName
{
border-color: #BF41D8;
}
.TagClassName
{
border-color: #BF41D8;
}
</style>