Shades of Medium Orchid #BF63EB
Tints of Medium Orchid #BF63EB
RGB
CMYK
RGB Variations
Color information
#BF63EB (or 0xBF63EB) is known color: Medium Orchid. HEX triplet: BF, 63 and EB. RGB value is (191,99,235). Sum of RGB (Red+Green+Blue) = 191+99+235=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 99 (39.06% from 255 or 18.86% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF63EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF63EB is #409C14. Grayscale: #8D8D8D. Windows color (decimal): -4234261 or 15426495. OLE color: 15426495.
HSL color Cylindrical-coordinate representation of color #BF63EB: hue angle of 280.59º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF63EB is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 99 | 235 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.08 |
| HSL | 280.59º | 0.77% | 0.65% | - |
| HSV(B) | 280.59º | 0.58% | 0.92% | - |
| XYZ | 40.94 | 26 | 81.46 | - |
| YUV | 142.01 | 180.48 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 235 | 0.19 | 0.58 | 0 | 0.08 | 280.59 | 0.77 | 0.65 |
| Hex | BF | 63 | EB | 13 | 3A | 0 | 8 | 119 | 4D | 41 |
| Octal | 277 | 143 | 353 | 23 | 72 | 0 | 10 | 431 | 115 | 101 |
| Binary | 10111111 | 1100011 | 11101011 | 10011 | 111010 | 0 | 1000 | 100011001 | 1001101 | 1000001 |
Color Harmonies of #BF63EB
Complementary color
Monochromatic Colors of #BF63EB
Black with #BF63EB
Text Example
Text Example
White with #BF63EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF63EB; }
p { color: rgb(191,99,235); }
H1.HeaderClassName
{
color: #BF63EB;
}
.AnyTagClassName
{
color: #BF63EB;
}
</style>
background-color css
<style>
a { background-color: #BF63EB; }
a { background-color: rgb(191,99,235); }
div.DivClassName
{
background-color: #BF63EB;
}
.BgClassName
{
background-color: #BF63EB;
}
</style>
border-color css
<style>
span { border-color: #BF63EB; }
span { border-color: rgb(191,99,235); }
td.TdClassName
{
border-color: #BF63EB;
}
.TagClassName
{
border-color: #BF63EB;
}
</style>