Shades of Medium Orchid #BF71DC
Tints of Medium Orchid #BF71DC
RGB
CMYK
RGB Variations
Color information
#BF71DC (or 0xBF71DC) is known color: Medium Orchid. HEX triplet: BF, 71 and DC. RGB value is (191,113,220). Sum of RGB (Red+Green+Blue) = 191+113+220=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF71DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF71DC is #408E23. Grayscale: #949494. Windows color (decimal): -4230692 or 14447039. OLE color: 14447039.
HSL color Cylindrical-coordinate representation of color #BF71DC: hue angle of 283.74º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF71DC is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 113 | 220 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.14 |
| HSL | 283.74º | 0.6% | 0.65% | - |
| HSV(B) | 283.74º | 0.49% | 0.86% | - |
| XYZ | 40.31 | 28.05 | 71 | - |
| YUV | 148.52 | 168.34 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 113 | 220 | 0.13 | 0.49 | 0 | 0.14 | 283.74 | 0.6 | 0.65 |
| Hex | BF | 71 | DC | D | 31 | 0 | E | 11C | 3C | 41 |
| Octal | 277 | 161 | 334 | 15 | 61 | 0 | 16 | 434 | 74 | 101 |
| Binary | 10111111 | 1110001 | 11011100 | 1101 | 110001 | 0 | 1110 | 100011100 | 111100 | 1000001 |
Color Harmonies of #BF71DC
Complementary color
Monochromatic Colors of #BF71DC
Black with #BF71DC
Text Example
Text Example
White with #BF71DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF71DC; }
p { color: rgb(191,113,220); }
H1.HeaderClassName
{
color: #BF71DC;
}
.AnyTagClassName
{
color: #BF71DC;
}
</style>
background-color css
<style>
a { background-color: #BF71DC; }
a { background-color: rgb(191,113,220); }
div.DivClassName
{
background-color: #BF71DC;
}
.BgClassName
{
background-color: #BF71DC;
}
</style>
border-color css
<style>
span { border-color: #BF71DC; }
span { border-color: rgb(191,113,220); }
td.TdClassName
{
border-color: #BF71DC;
}
.TagClassName
{
border-color: #BF71DC;
}
</style>