Shades of Medium Orchid #BF67CE
Tints of Medium Orchid #BF67CE
RGB
CMYK
RGB Variations
Color information
#BF67CE (or 0xBF67CE) is known color: Medium Orchid. HEX triplet: BF, 67 and CE. RGB value is (191,103,206). Sum of RGB (Red+Green+Blue) = 191+103+206=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF67CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF67CE is #409831. Grayscale: #8C8C8C. Windows color (decimal): -4233266 or 13526975. OLE color: 13526975.
HSL color Cylindrical-coordinate representation of color #BF67CE: hue angle of 291.26º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF67CE is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 103 | 206 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.19 |
| HSL | 291.26º | 0.51% | 0.61% | - |
| HSV(B) | 291.26º | 0.5% | 0.81% | - |
| XYZ | 37.48 | 25.23 | 61.29 | - |
| YUV | 141.05 | 164.65 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 206 | 0.07 | 0.50 | 0 | 0.19 | 291.26 | 0.51 | 0.61 |
| Hex | BF | 67 | CE | 7 | 32 | 0 | 13 | 123 | 33 | 3D |
| Octal | 277 | 147 | 316 | 7 | 62 | 0 | 23 | 443 | 63 | 75 |
| Binary | 10111111 | 1100111 | 11001110 | 111 | 110010 | 0 | 10011 | 100100011 | 110011 | 111101 |
Color Harmonies of #BF67CE
Complementary color
Monochromatic Colors of #BF67CE
Black with #BF67CE
Text Example
Text Example
White with #BF67CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF67CE; }
p { color: rgb(191,103,206); }
H1.HeaderClassName
{
color: #BF67CE;
}
.AnyTagClassName
{
color: #BF67CE;
}
</style>
background-color css
<style>
a { background-color: #BF67CE; }
a { background-color: rgb(191,103,206); }
div.DivClassName
{
background-color: #BF67CE;
}
.BgClassName
{
background-color: #BF67CE;
}
</style>
border-color css
<style>
span { border-color: #BF67CE; }
span { border-color: rgb(191,103,206); }
td.TdClassName
{
border-color: #BF67CE;
}
.TagClassName
{
border-color: #BF67CE;
}
</style>