Shades of Medium Orchid #BF68CB
Tints of Medium Orchid #BF68CB
RGB
CMYK
RGB Variations
Color information
#BF68CB (or 0xBF68CB) is known color: Medium Orchid. HEX triplet: BF, 68 and CB. RGB value is (191,104,203). Sum of RGB (Red+Green+Blue) = 191+104+203=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF68CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68CB is #409734. Grayscale: #8C8C8C. Windows color (decimal): -4233013 or 13330623. OLE color: 13330623.
HSL color Cylindrical-coordinate representation of color #BF68CB: hue angle of 292.73º degrees, saturation: 0.49, 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 #BF68CB is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 104 | 203 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.20 |
| HSL | 292.73º | 0.49% | 0.6% | - |
| HSV(B) | 292.73º | 0.49% | 0.8% | - |
| XYZ | 37.22 | 25.29 | 59.42 | - |
| YUV | 141.3 | 162.82 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 203 | 0.06 | 0.49 | 0 | 0.20 | 292.73 | 0.49 | 0.6 |
| Hex | BF | 68 | CB | 6 | 31 | 0 | 14 | 125 | 31 | 3C |
| Octal | 277 | 150 | 313 | 6 | 61 | 0 | 24 | 445 | 61 | 74 |
| Binary | 10111111 | 1101000 | 11001011 | 110 | 110001 | 0 | 10100 | 100100101 | 110001 | 111100 |
Color Harmonies of #BF68CB
Complementary color
Monochromatic Colors of #BF68CB
Black with #BF68CB
Text Example
Text Example
White with #BF68CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF68CB; }
p { color: rgb(191,104,203); }
H1.HeaderClassName
{
color: #BF68CB;
}
.AnyTagClassName
{
color: #BF68CB;
}
</style>
background-color css
<style>
a { background-color: #BF68CB; }
a { background-color: rgb(191,104,203); }
div.DivClassName
{
background-color: #BF68CB;
}
.BgClassName
{
background-color: #BF68CB;
}
</style>
border-color css
<style>
span { border-color: #BF68CB; }
span { border-color: rgb(191,104,203); }
td.TdClassName
{
border-color: #BF68CB;
}
.TagClassName
{
border-color: #BF68CB;
}
</style>