Shades of Medium Orchid #BF70CC
Tints of Medium Orchid #BF70CC
RGB
CMYK
RGB Variations
Color information
#BF70CC (or 0xBF70CC) is known color: Medium Orchid. HEX triplet: BF, 70 and CC. RGB value is (191,112,204). Sum of RGB (Red+Green+Blue) = 191+112+204=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF70CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF70CC is #408F33. Grayscale: #919191. Windows color (decimal): -4230964 or 13398207. OLE color: 13398207.
HSL color Cylindrical-coordinate representation of color #BF70CC: hue angle of 291.52º 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 #BF70CC is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 112 | 204 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.2 |
| HSL | 291.52º | 0.47% | 0.62% | - |
| HSV(B) | 291.52º | 0.45% | 0.8% | - |
| XYZ | 38.18 | 27.02 | 60.33 | - |
| YUV | 146.11 | 160.67 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 204 | 0.06 | 0.45 | 0 | 0.2 | 291.52 | 0.47 | 0.62 |
| Hex | BF | 70 | CC | 6 | 2D | 0 | 14 | 124 | 2F | 3E |
| Octal | 277 | 160 | 314 | 6 | 55 | 0 | 24 | 444 | 57 | 76 |
| Binary | 10111111 | 1110000 | 11001100 | 110 | 101101 | 0 | 10100 | 100100100 | 101111 | 111110 |
Color Harmonies of #BF70CC
Complementary color
Monochromatic Colors of #BF70CC
Black with #BF70CC
Text Example
Text Example
White with #BF70CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF70CC; }
p { color: rgb(191,112,204); }
H1.HeaderClassName
{
color: #BF70CC;
}
.AnyTagClassName
{
color: #BF70CC;
}
</style>
background-color css
<style>
a { background-color: #BF70CC; }
a { background-color: rgb(191,112,204); }
div.DivClassName
{
background-color: #BF70CC;
}
.BgClassName
{
background-color: #BF70CC;
}
</style>
border-color css
<style>
span { border-color: #BF70CC; }
span { border-color: rgb(191,112,204); }
td.TdClassName
{
border-color: #BF70CC;
}
.TagClassName
{
border-color: #BF70CC;
}
</style>