Shades of Medium Orchid #BF73CA
Tints of Medium Orchid #BF73CA
RGB
CMYK
RGB Variations
Color information
#BF73CA (or 0xBF73CA) is known color: Medium Orchid. HEX triplet: BF, 73 and CA. RGB value is (191,115,202). Sum of RGB (Red+Green+Blue) = 191+115+202=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF73CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF73CA is #408C35. Grayscale: #939393. Windows color (decimal): -4230198 or 13267903. OLE color: 13267903.
HSL color Cylindrical-coordinate representation of color #BF73CA: hue angle of 292.41º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF73CA is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 115 | 202 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.21 |
| HSL | 292.41º | 0.45% | 0.62% | - |
| HSV(B) | 292.41º | 0.43% | 0.79% | - |
| XYZ | 38.28 | 27.6 | 59.19 | - |
| YUV | 147.64 | 158.68 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 202 | 0.05 | 0.43 | 0 | 0.21 | 292.41 | 0.45 | 0.62 |
| Hex | BF | 73 | CA | 5 | 2B | 0 | 15 | 124 | 2D | 3E |
| Octal | 277 | 163 | 312 | 5 | 53 | 0 | 25 | 444 | 55 | 76 |
| Binary | 10111111 | 1110011 | 11001010 | 101 | 101011 | 0 | 10101 | 100100100 | 101101 | 111110 |
Color Harmonies of #BF73CA
Complementary color
Monochromatic Colors of #BF73CA
Black with #BF73CA
Text Example
Text Example
White with #BF73CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF73CA; }
p { color: rgb(191,115,202); }
H1.HeaderClassName
{
color: #BF73CA;
}
.AnyTagClassName
{
color: #BF73CA;
}
</style>
background-color css
<style>
a { background-color: #BF73CA; }
a { background-color: rgb(191,115,202); }
div.DivClassName
{
background-color: #BF73CA;
}
.BgClassName
{
background-color: #BF73CA;
}
</style>
border-color css
<style>
span { border-color: #BF73CA; }
span { border-color: rgb(191,115,202); }
td.TdClassName
{
border-color: #BF73CA;
}
.TagClassName
{
border-color: #BF73CA;
}
</style>