Shades of Medium Orchid #BF3CE8
Tints of Medium Orchid #BF3CE8
RGB
CMYK
RGB Variations
Color information
#BF3CE8 (or 0xBF3CE8) is known color: Medium Orchid. HEX triplet: BF, 3C and E8. RGB value is (191,60,232). Sum of RGB (Red+Green+Blue) = 191+60+232=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 60 (23.83% from 255 or 12.42% from 483); Blue value is 232 (91.02% from 255 or 48.03% from 483); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF3CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3CE8 is #40C317. Grayscale: #767676. Windows color (decimal): -4244248 or 15219903. OLE color: 15219903.
HSL color Cylindrical-coordinate representation of color #BF3CE8: hue angle of 285.7º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF3CE8 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 60 | 232 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.09 |
| HSL | 285.7º | 0.79% | 0.57% | - |
| HSV(B) | 285.7º | 0.74% | 0.91% | - |
| XYZ | 37.67 | 20.13 | 78.24 | - |
| YUV | 118.78 | 191.9 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 232 | 0.18 | 0.74 | 0 | 0.09 | 285.7 | 0.79 | 0.57 |
| Hex | BF | 3C | E8 | 12 | 4A | 0 | 9 | 11E | 4F | 39 |
| Octal | 277 | 74 | 350 | 22 | 112 | 0 | 11 | 436 | 117 | 71 |
| Binary | 10111111 | 111100 | 11101000 | 10010 | 1001010 | 0 | 1001 | 100011110 | 1001111 | 111001 |
Color Harmonies of #BF3CE8
Complementary color
Monochromatic Colors of #BF3CE8
Black with #BF3CE8
Text Example
Text Example
White with #BF3CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3CE8; }
p { color: rgb(191,60,232); }
H1.HeaderClassName
{
color: #BF3CE8;
}
.AnyTagClassName
{
color: #BF3CE8;
}
</style>
background-color css
<style>
a { background-color: #BF3CE8; }
a { background-color: rgb(191,60,232); }
div.DivClassName
{
background-color: #BF3CE8;
}
.BgClassName
{
background-color: #BF3CE8;
}
</style>
border-color css
<style>
span { border-color: #BF3CE8; }
span { border-color: rgb(191,60,232); }
td.TdClassName
{
border-color: #BF3CE8;
}
.TagClassName
{
border-color: #BF3CE8;
}
</style>