Shades of Medium Orchid #BF6BCE
Tints of Medium Orchid #BF6BCE
RGB
CMYK
RGB Variations
Color information
#BF6BCE (or 0xBF6BCE) is known color: Medium Orchid. HEX triplet: BF, 6B and CE. RGB value is (191,107,206). Sum of RGB (Red+Green+Blue) = 191+107+206=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF6BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BCE is #409431. Grayscale: #8F8F8F. Windows color (decimal): -4232242 or 13527999. OLE color: 13527999.
HSL color Cylindrical-coordinate representation of color #BF6BCE: hue angle of 290.91º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF6BCE is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 107 | 206 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.19 |
| HSL | 290.91º | 0.5% | 0.61% | - |
| HSV(B) | 290.91º | 0.48% | 0.81% | - |
| XYZ | 37.88 | 26.05 | 61.42 | - |
| YUV | 143.4 | 163.33 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 107 | 206 | 0.07 | 0.48 | 0 | 0.19 | 290.91 | 0.5 | 0.61 |
| Hex | BF | 6B | CE | 7 | 30 | 0 | 13 | 123 | 32 | 3D |
| Octal | 277 | 153 | 316 | 7 | 60 | 0 | 23 | 443 | 62 | 75 |
| Binary | 10111111 | 1101011 | 11001110 | 111 | 110000 | 0 | 10011 | 100100011 | 110010 | 111101 |
Color Harmonies of #BF6BCE
Complementary color
Monochromatic Colors of #BF6BCE
Black with #BF6BCE
Text Example
Text Example
White with #BF6BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6BCE; }
p { color: rgb(191,107,206); }
H1.HeaderClassName
{
color: #BF6BCE;
}
.AnyTagClassName
{
color: #BF6BCE;
}
</style>
background-color css
<style>
a { background-color: #BF6BCE; }
a { background-color: rgb(191,107,206); }
div.DivClassName
{
background-color: #BF6BCE;
}
.BgClassName
{
background-color: #BF6BCE;
}
</style>
border-color css
<style>
span { border-color: #BF6BCE; }
span { border-color: rgb(191,107,206); }
td.TdClassName
{
border-color: #BF6BCE;
}
.TagClassName
{
border-color: #BF6BCE;
}
</style>