Shades of Medium Orchid #BF71CA
Tints of Medium Orchid #BF71CA
RGB
CMYK
RGB Variations
Color information
#BF71CA (or 0xBF71CA) is known color: Medium Orchid. HEX triplet: BF, 71 and CA. RGB value is (191,113,202). Sum of RGB (Red+Green+Blue) = 191+113+202=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF71CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF71CA is #408E35. Grayscale: #929292. Windows color (decimal): -4230710 or 13267391. OLE color: 13267391.
HSL color Cylindrical-coordinate representation of color #BF71CA: hue angle of 292.58º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF71CA is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 113 | 202 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.21 |
| HSL | 292.58º | 0.46% | 0.62% | - |
| HSV(B) | 292.58º | 0.44% | 0.79% | - |
| XYZ | 38.05 | 27.15 | 59.11 | - |
| YUV | 146.47 | 159.34 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 113 | 202 | 0.05 | 0.44 | 0 | 0.21 | 292.58 | 0.46 | 0.62 |
| Hex | BF | 71 | CA | 5 | 2C | 0 | 15 | 125 | 2E | 3E |
| Octal | 277 | 161 | 312 | 5 | 54 | 0 | 25 | 445 | 56 | 76 |
| Binary | 10111111 | 1110001 | 11001010 | 101 | 101100 | 0 | 10101 | 100100101 | 101110 | 111110 |
Color Harmonies of #BF71CA
Complementary color
Monochromatic Colors of #BF71CA
Black with #BF71CA
Text Example
Text Example
White with #BF71CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF71CA; }
p { color: rgb(191,113,202); }
H1.HeaderClassName
{
color: #BF71CA;
}
.AnyTagClassName
{
color: #BF71CA;
}
</style>
background-color css
<style>
a { background-color: #BF71CA; }
a { background-color: rgb(191,113,202); }
div.DivClassName
{
background-color: #BF71CA;
}
.BgClassName
{
background-color: #BF71CA;
}
</style>
border-color css
<style>
span { border-color: #BF71CA; }
span { border-color: rgb(191,113,202); }
td.TdClassName
{
border-color: #BF71CA;
}
.TagClassName
{
border-color: #BF71CA;
}
</style>