Shades of Medium Orchid #BF74D0
Tints of Medium Orchid #BF74D0
RGB
CMYK
RGB Variations
Color information
#BF74D0 (or 0xBF74D0) is known color: Medium Orchid. HEX triplet: BF, 74 and D0. RGB value is (191,116,208). Sum of RGB (Red+Green+Blue) = 191+116+208=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 116 (45.70% from 255 or 22.52% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF74D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF74D0 is #408B2F. Grayscale: #949494. Windows color (decimal): -4229936 or 13661375. OLE color: 13661375.
HSL color Cylindrical-coordinate representation of color #BF74D0: hue angle of 288.91º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF74D0 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 116 | 208 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.18 |
| HSL | 288.91º | 0.49% | 0.64% | - |
| HSV(B) | 288.91º | 0.44% | 0.82% | - |
| XYZ | 39.12 | 28.12 | 63.04 | - |
| YUV | 148.91 | 161.35 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 116 | 208 | 0.08 | 0.44 | 0 | 0.18 | 288.91 | 0.49 | 0.64 |
| Hex | BF | 74 | D0 | 8 | 2C | 0 | 12 | 121 | 31 | 40 |
| Octal | 277 | 164 | 320 | 10 | 54 | 0 | 22 | 441 | 61 | 100 |
| Binary | 10111111 | 1110100 | 11010000 | 1000 | 101100 | 0 | 10010 | 100100001 | 110001 | 1000000 |
Color Harmonies of #BF74D0
Complementary color
Monochromatic Colors of #BF74D0
Black with #BF74D0
Text Example
Text Example
White with #BF74D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF74D0; }
p { color: rgb(191,116,208); }
H1.HeaderClassName
{
color: #BF74D0;
}
.AnyTagClassName
{
color: #BF74D0;
}
</style>
background-color css
<style>
a { background-color: #BF74D0; }
a { background-color: rgb(191,116,208); }
div.DivClassName
{
background-color: #BF74D0;
}
.BgClassName
{
background-color: #BF74D0;
}
</style>
border-color css
<style>
span { border-color: #BF74D0; }
span { border-color: rgb(191,116,208); }
td.TdClassName
{
border-color: #BF74D0;
}
.TagClassName
{
border-color: #BF74D0;
}
</style>