Shades of Medium Orchid #BF75DC
Tints of Medium Orchid #BF75DC
RGB
CMYK
RGB Variations
Color information
#BF75DC (or 0xBF75DC) is known color: Medium Orchid. HEX triplet: BF, 75 and DC. RGB value is (191,117,220). Sum of RGB (Red+Green+Blue) = 191+117+220=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF75DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF75DC is #408A23. Grayscale: #969696. Windows color (decimal): -4229668 or 14448063. OLE color: 14448063.
HSL color Cylindrical-coordinate representation of color #BF75DC: hue angle of 283.11º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF75DC is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 117 | 220 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.14 |
| HSL | 283.11º | 0.6% | 0.66% | - |
| HSV(B) | 283.11º | 0.47% | 0.86% | - |
| XYZ | 40.77 | 28.97 | 71.15 | - |
| YUV | 150.87 | 167.02 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 117 | 220 | 0.13 | 0.47 | 0 | 0.14 | 283.11 | 0.6 | 0.66 |
| Hex | BF | 75 | DC | D | 2F | 0 | E | 11B | 3C | 42 |
| Octal | 277 | 165 | 334 | 15 | 57 | 0 | 16 | 433 | 74 | 102 |
| Binary | 10111111 | 1110101 | 11011100 | 1101 | 101111 | 0 | 1110 | 100011011 | 111100 | 1000010 |
Color Harmonies of #BF75DC
Complementary color
Monochromatic Colors of #BF75DC
Black with #BF75DC
Text Example
Text Example
White with #BF75DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF75DC; }
p { color: rgb(191,117,220); }
H1.HeaderClassName
{
color: #BF75DC;
}
.AnyTagClassName
{
color: #BF75DC;
}
</style>
background-color css
<style>
a { background-color: #BF75DC; }
a { background-color: rgb(191,117,220); }
div.DivClassName
{
background-color: #BF75DC;
}
.BgClassName
{
background-color: #BF75DC;
}
</style>
border-color css
<style>
span { border-color: #BF75DC; }
span { border-color: rgb(191,117,220); }
td.TdClassName
{
border-color: #BF75DC;
}
.TagClassName
{
border-color: #BF75DC;
}
</style>