Shades of Medium Orchid #BF67D6
Tints of Medium Orchid #BF67D6
RGB
CMYK
RGB Variations
Color information
#BF67D6 (or 0xBF67D6) is known color: Medium Orchid. HEX triplet: BF, 67 and D6. RGB value is (191,103,214). Sum of RGB (Red+Green+Blue) = 191+103+214=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 103 (40.62% from 255 or 20.28% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF67D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF67D6 is #409829. Grayscale: #8D8D8D. Windows color (decimal): -4233258 or 14051263. OLE color: 14051263.
HSL color Cylindrical-coordinate representation of color #BF67D6: hue angle of 287.57º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF67D6 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 103 | 214 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.16 |
| HSL | 287.57º | 0.58% | 0.62% | - |
| HSV(B) | 287.57º | 0.52% | 0.84% | - |
| XYZ | 38.47 | 25.63 | 66.54 | - |
| YUV | 141.97 | 168.65 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 214 | 0.11 | 0.52 | 0 | 0.16 | 287.57 | 0.58 | 0.62 |
| Hex | BF | 67 | D6 | B | 34 | 0 | 10 | 120 | 3A | 3E |
| Octal | 277 | 147 | 326 | 13 | 64 | 0 | 20 | 440 | 72 | 76 |
| Binary | 10111111 | 1100111 | 11010110 | 1011 | 110100 | 0 | 10000 | 100100000 | 111010 | 111110 |
Color Harmonies of #BF67D6
Complementary color
Monochromatic Colors of #BF67D6
Black with #BF67D6
Text Example
Text Example
White with #BF67D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF67D6; }
p { color: rgb(191,103,214); }
H1.HeaderClassName
{
color: #BF67D6;
}
.AnyTagClassName
{
color: #BF67D6;
}
</style>
background-color css
<style>
a { background-color: #BF67D6; }
a { background-color: rgb(191,103,214); }
div.DivClassName
{
background-color: #BF67D6;
}
.BgClassName
{
background-color: #BF67D6;
}
</style>
border-color css
<style>
span { border-color: #BF67D6; }
span { border-color: rgb(191,103,214); }
td.TdClassName
{
border-color: #BF67D6;
}
.TagClassName
{
border-color: #BF67D6;
}
</style>