Shades of Medium Orchid #BF75D4
Tints of Medium Orchid #BF75D4
RGB
CMYK
RGB Variations
Color information
#BF75D4 (or 0xBF75D4) is known color: Medium Orchid. HEX triplet: BF, 75 and D4. RGB value is (191,117,212). Sum of RGB (Red+Green+Blue) = 191+117+212=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 212 (83.20% from 255 or 40.77% from 520); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF75D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF75D4 is #408A2B. Grayscale: #959595. Windows color (decimal): -4229676 or 13923775. OLE color: 13923775.
HSL color Cylindrical-coordinate representation of color #BF75D4: hue angle of 286.74º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF75D4 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 117 | 212 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.17 |
| HSL | 286.74º | 0.52% | 0.65% | - |
| HSV(B) | 286.74º | 0.45% | 0.83% | - |
| XYZ | 39.73 | 28.55 | 65.7 | - |
| YUV | 149.96 | 163.02 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 117 | 212 | 0.10 | 0.45 | 0 | 0.17 | 286.74 | 0.52 | 0.65 |
| Hex | BF | 75 | D4 | A | 2D | 0 | 11 | 11F | 34 | 41 |
| Octal | 277 | 165 | 324 | 12 | 55 | 0 | 21 | 437 | 64 | 101 |
| Binary | 10111111 | 1110101 | 11010100 | 1010 | 101101 | 0 | 10001 | 100011111 | 110100 | 1000001 |
Color Harmonies of #BF75D4
Complementary color
Monochromatic Colors of #BF75D4
Black with #BF75D4
Text Example
Text Example
White with #BF75D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF75D4; }
p { color: rgb(191,117,212); }
H1.HeaderClassName
{
color: #BF75D4;
}
.AnyTagClassName
{
color: #BF75D4;
}
</style>
background-color css
<style>
a { background-color: #BF75D4; }
a { background-color: rgb(191,117,212); }
div.DivClassName
{
background-color: #BF75D4;
}
.BgClassName
{
background-color: #BF75D4;
}
</style>
border-color css
<style>
span { border-color: #BF75D4; }
span { border-color: rgb(191,117,212); }
td.TdClassName
{
border-color: #BF75D4;
}
.TagClassName
{
border-color: #BF75D4;
}
</style>