Shades of Medium Orchid #BF4CCF
Tints of Medium Orchid #BF4CCF
RGB
CMYK
RGB Variations
Color information
#BF4CCF (or 0xBF4CCF) is known color: Medium Orchid. HEX triplet: BF, 4C and CF. RGB value is (191,76,207). Sum of RGB (Red+Green+Blue) = 191+76+207=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 76 (30.08% from 255 or 16.03% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF4CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4CCF is #40B330. Grayscale: #7C7C7C. Windows color (decimal): -4240177 or 13585599. OLE color: 13585599.
HSL color Cylindrical-coordinate representation of color #BF4CCF: hue angle of 292.67º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF4CCF is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 76 | 207 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.19 |
| HSL | 292.67º | 0.58% | 0.55% | - |
| HSV(B) | 292.67º | 0.63% | 0.81% | - |
| XYZ | 35.33 | 20.75 | 61.17 | - |
| YUV | 125.32 | 174.1 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 207 | 0.08 | 0.63 | 0 | 0.19 | 292.67 | 0.58 | 0.55 |
| Hex | BF | 4C | CF | 8 | 3F | 0 | 13 | 125 | 3A | 37 |
| Octal | 277 | 114 | 317 | 10 | 77 | 0 | 23 | 445 | 72 | 67 |
| Binary | 10111111 | 1001100 | 11001111 | 1000 | 111111 | 0 | 10011 | 100100101 | 111010 | 110111 |
Color Harmonies of #BF4CCF
Complementary color
Monochromatic Colors of #BF4CCF
Black with #BF4CCF
Text Example
Text Example
White with #BF4CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4CCF; }
p { color: rgb(191,76,207); }
H1.HeaderClassName
{
color: #BF4CCF;
}
.AnyTagClassName
{
color: #BF4CCF;
}
</style>
background-color css
<style>
a { background-color: #BF4CCF; }
a { background-color: rgb(191,76,207); }
div.DivClassName
{
background-color: #BF4CCF;
}
.BgClassName
{
background-color: #BF4CCF;
}
</style>
border-color css
<style>
span { border-color: #BF4CCF; }
span { border-color: rgb(191,76,207); }
td.TdClassName
{
border-color: #BF4CCF;
}
.TagClassName
{
border-color: #BF4CCF;
}
</style>