Shades of Medium Orchid #BF71CC
Tints of Medium Orchid #BF71CC
RGB
CMYK
RGB Variations
Color information
#BF71CC (or 0xBF71CC) is known color: Medium Orchid. HEX triplet: BF, 71 and CC. RGB value is (191,113,204). Sum of RGB (Red+Green+Blue) = 191+113+204=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF71CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF71CC is #408E33. Grayscale: #929292. Windows color (decimal): -4230708 or 13398463. OLE color: 13398463.
HSL color Cylindrical-coordinate representation of color #BF71CC: hue angle of 291.43º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF71CC is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 113 | 204 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.2 |
| HSL | 291.43º | 0.47% | 0.62% | - |
| HSV(B) | 291.43º | 0.45% | 0.8% | - |
| XYZ | 38.29 | 27.25 | 60.37 | - |
| YUV | 146.7 | 160.34 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 113 | 204 | 0.06 | 0.45 | 0 | 0.2 | 291.43 | 0.47 | 0.62 |
| Hex | BF | 71 | CC | 6 | 2D | 0 | 14 | 123 | 2F | 3E |
| Octal | 277 | 161 | 314 | 6 | 55 | 0 | 24 | 443 | 57 | 76 |
| Binary | 10111111 | 1110001 | 11001100 | 110 | 101101 | 0 | 10100 | 100100011 | 101111 | 111110 |
Color Harmonies of #BF71CC
Complementary color
Monochromatic Colors of #BF71CC
Black with #BF71CC
Text Example
Text Example
White with #BF71CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF71CC; }
p { color: rgb(191,113,204); }
H1.HeaderClassName
{
color: #BF71CC;
}
.AnyTagClassName
{
color: #BF71CC;
}
</style>
background-color css
<style>
a { background-color: #BF71CC; }
a { background-color: rgb(191,113,204); }
div.DivClassName
{
background-color: #BF71CC;
}
.BgClassName
{
background-color: #BF71CC;
}
</style>
border-color css
<style>
span { border-color: #BF71CC; }
span { border-color: rgb(191,113,204); }
td.TdClassName
{
border-color: #BF71CC;
}
.TagClassName
{
border-color: #BF71CC;
}
</style>