Shades of Medium Orchid #BF68CC
Tints of Medium Orchid #BF68CC
RGB
CMYK
RGB Variations
Color information
#BF68CC (or 0xBF68CC) is known color: Medium Orchid. HEX triplet: BF, 68 and CC. RGB value is (191,104,204). Sum of RGB (Red+Green+Blue) = 191+104+204=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF68CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68CC is #409733. Grayscale: #8D8D8D. Windows color (decimal): -4233012 or 13396159. OLE color: 13396159.
HSL color Cylindrical-coordinate representation of color #BF68CC: hue angle of 292.2º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF68CC is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 104 | 204 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.2 |
| HSL | 292.2º | 0.5% | 0.6% | - |
| HSV(B) | 292.2º | 0.49% | 0.8% | - |
| XYZ | 37.34 | 25.34 | 60.05 | - |
| YUV | 141.41 | 163.32 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 204 | 0.06 | 0.49 | 0 | 0.2 | 292.2 | 0.5 | 0.6 |
| Hex | BF | 68 | CC | 6 | 31 | 0 | 14 | 124 | 32 | 3C |
| Octal | 277 | 150 | 314 | 6 | 61 | 0 | 24 | 444 | 62 | 74 |
| Binary | 10111111 | 1101000 | 11001100 | 110 | 110001 | 0 | 10100 | 100100100 | 110010 | 111100 |
Color Harmonies of #BF68CC
Complementary color
Monochromatic Colors of #BF68CC
Black with #BF68CC
Text Example
Text Example
White with #BF68CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF68CC; }
p { color: rgb(191,104,204); }
H1.HeaderClassName
{
color: #BF68CC;
}
.AnyTagClassName
{
color: #BF68CC;
}
</style>
background-color css
<style>
a { background-color: #BF68CC; }
a { background-color: rgb(191,104,204); }
div.DivClassName
{
background-color: #BF68CC;
}
.BgClassName
{
background-color: #BF68CC;
}
</style>
border-color css
<style>
span { border-color: #BF68CC; }
span { border-color: rgb(191,104,204); }
td.TdClassName
{
border-color: #BF68CC;
}
.TagClassName
{
border-color: #BF68CC;
}
</style>