Shades of Medium Orchid #BF63CA
Tints of Medium Orchid #BF63CA
RGB
CMYK
RGB Variations
Color information
#BF63CA (or 0xBF63CA) is known color: Medium Orchid. HEX triplet: BF, 63 and CA. RGB value is (191,99,202). Sum of RGB (Red+Green+Blue) = 191+99+202=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF63CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF63CA is #409C35. Grayscale: #898989. Windows color (decimal): -4234294 or 13263807. OLE color: 13263807.
HSL color Cylindrical-coordinate representation of color #BF63CA: hue angle of 293.59º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF63CA is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 99 | 202 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.21 |
| HSL | 293.59º | 0.49% | 0.59% | - |
| HSV(B) | 293.59º | 0.51% | 0.79% | - |
| XYZ | 36.61 | 24.26 | 58.63 | - |
| YUV | 138.25 | 163.98 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 202 | 0.05 | 0.51 | 0 | 0.21 | 293.59 | 0.49 | 0.59 |
| Hex | BF | 63 | CA | 5 | 33 | 0 | 15 | 126 | 31 | 3B |
| Octal | 277 | 143 | 312 | 5 | 63 | 0 | 25 | 446 | 61 | 73 |
| Binary | 10111111 | 1100011 | 11001010 | 101 | 110011 | 0 | 10101 | 100100110 | 110001 | 111011 |
Color Harmonies of #BF63CA
Complementary color
Monochromatic Colors of #BF63CA
Black with #BF63CA
Text Example
Text Example
White with #BF63CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF63CA; }
p { color: rgb(191,99,202); }
H1.HeaderClassName
{
color: #BF63CA;
}
.AnyTagClassName
{
color: #BF63CA;
}
</style>
background-color css
<style>
a { background-color: #BF63CA; }
a { background-color: rgb(191,99,202); }
div.DivClassName
{
background-color: #BF63CA;
}
.BgClassName
{
background-color: #BF63CA;
}
</style>
border-color css
<style>
span { border-color: #BF63CA; }
span { border-color: rgb(191,99,202); }
td.TdClassName
{
border-color: #BF63CA;
}
.TagClassName
{
border-color: #BF63CA;
}
</style>