Shades of Medium Orchid #BF65E8
Tints of Medium Orchid #BF65E8
RGB
CMYK
RGB Variations
Color information
#BF65E8 (or 0xBF65E8) is known color: Medium Orchid. HEX triplet: BF, 65 and E8. RGB value is (191,101,232). Sum of RGB (Red+Green+Blue) = 191+101+232=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 232 (91.02% from 255 or 44.27% from 524); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF65E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF65E8 is #409A17. Grayscale: #8E8E8E. Windows color (decimal): -4233752 or 15230399. OLE color: 15230399.
HSL color Cylindrical-coordinate representation of color #BF65E8: hue angle of 281.22º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF65E8 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 101 | 232 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.09 |
| HSL | 281.22º | 0.74% | 0.65% | - |
| HSV(B) | 281.22º | 0.56% | 0.91% | - |
| XYZ | 40.71 | 26.21 | 79.26 | - |
| YUV | 142.84 | 178.32 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 232 | 0.18 | 0.56 | 0 | 0.09 | 281.22 | 0.74 | 0.65 |
| Hex | BF | 65 | E8 | 12 | 38 | 0 | 9 | 119 | 4A | 41 |
| Octal | 277 | 145 | 350 | 22 | 70 | 0 | 11 | 431 | 112 | 101 |
| Binary | 10111111 | 1100101 | 11101000 | 10010 | 111000 | 0 | 1001 | 100011001 | 1001010 | 1000001 |
Color Harmonies of #BF65E8
Complementary color
Monochromatic Colors of #BF65E8
Black with #BF65E8
Text Example
Text Example
White with #BF65E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF65E8; }
p { color: rgb(191,101,232); }
H1.HeaderClassName
{
color: #BF65E8;
}
.AnyTagClassName
{
color: #BF65E8;
}
</style>
background-color css
<style>
a { background-color: #BF65E8; }
a { background-color: rgb(191,101,232); }
div.DivClassName
{
background-color: #BF65E8;
}
.BgClassName
{
background-color: #BF65E8;
}
</style>
border-color css
<style>
span { border-color: #BF65E8; }
span { border-color: rgb(191,101,232); }
td.TdClassName
{
border-color: #BF65E8;
}
.TagClassName
{
border-color: #BF65E8;
}
</style>