Shades of Medium Orchid #BF76DA
Tints of Medium Orchid #BF76DA
RGB
CMYK
RGB Variations
Color information
#BF76DA (or 0xBF76DA) is known color: Medium Orchid. HEX triplet: BF, 76 and DA. RGB value is (191,118,218). Sum of RGB (Red+Green+Blue) = 191+118+218=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF76DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76DA is #408925. Grayscale: #969696. Windows color (decimal): -4229414 or 14317247. OLE color: 14317247.
HSL color Cylindrical-coordinate representation of color #BF76DA: hue angle of 283.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF76DA is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 118 | 218 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.15 |
| HSL | 283.8º | 0.57% | 0.66% | - |
| HSV(B) | 283.8º | 0.46% | 0.85% | - |
| XYZ | 40.62 | 29.1 | 69.8 | - |
| YUV | 151.23 | 165.68 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 218 | 0.12 | 0.46 | 0 | 0.15 | 283.8 | 0.57 | 0.66 |
| Hex | BF | 76 | DA | C | 2E | 0 | F | 11C | 39 | 42 |
| Octal | 277 | 166 | 332 | 14 | 56 | 0 | 17 | 434 | 71 | 102 |
| Binary | 10111111 | 1110110 | 11011010 | 1100 | 101110 | 0 | 1111 | 100011100 | 111001 | 1000010 |
Color Harmonies of #BF76DA
Complementary color
Monochromatic Colors of #BF76DA
Black with #BF76DA
Text Example
Text Example
White with #BF76DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF76DA; }
p { color: rgb(191,118,218); }
H1.HeaderClassName
{
color: #BF76DA;
}
.AnyTagClassName
{
color: #BF76DA;
}
</style>
background-color css
<style>
a { background-color: #BF76DA; }
a { background-color: rgb(191,118,218); }
div.DivClassName
{
background-color: #BF76DA;
}
.BgClassName
{
background-color: #BF76DA;
}
</style>
border-color css
<style>
span { border-color: #BF76DA; }
span { border-color: rgb(191,118,218); }
td.TdClassName
{
border-color: #BF76DA;
}
.TagClassName
{
border-color: #BF76DA;
}
</style>