Shades of Medium Orchid #BF4FFD
Tints of Medium Orchid #BF4FFD
RGB
CMYK
RGB Variations
Color information
#BF4FFD (or 0xBF4FFD) is known color: Medium Orchid. HEX triplet: BF, 4F and FD. RGB value is (191,79,253). Sum of RGB (Red+Green+Blue) = 191+79+253=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 79 (31.25% from 255 or 15.11% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF4FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4FFD is #40B002. Grayscale: #838383. Windows color (decimal): -4239363 or 16601023. OLE color: 16601023.
HSL color Cylindrical-coordinate representation of color #BF4FFD: hue angle of 278.62º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF4FFD is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 79 | 253 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.01 |
| HSL | 278.62º | 0.98% | 0.65% | - |
| HSV(B) | 278.62º | 0.69% | 0.99% | - |
| XYZ | 42.01 | 23.76 | 95.3 | - |
| YUV | 132.32 | 196.11 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 79 | 253 | 0.25 | 0.69 | 0 | 0.01 | 278.62 | 0.98 | 0.65 |
| Hex | BF | 4F | FD | 19 | 45 | 0 | 1 | 117 | 62 | 41 |
| Octal | 277 | 117 | 375 | 31 | 105 | 0 | 1 | 427 | 142 | 101 |
| Binary | 10111111 | 1001111 | 11111101 | 11001 | 1000101 | 0 | 1 | 100010111 | 1100010 | 1000001 |
Color Harmonies of #BF4FFD
Complementary color
Monochromatic Colors of #BF4FFD
Black with #BF4FFD
Text Example
Text Example
White with #BF4FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4FFD; }
p { color: rgb(191,79,253); }
H1.HeaderClassName
{
color: #BF4FFD;
}
.AnyTagClassName
{
color: #BF4FFD;
}
</style>
background-color css
<style>
a { background-color: #BF4FFD; }
a { background-color: rgb(191,79,253); }
div.DivClassName
{
background-color: #BF4FFD;
}
.BgClassName
{
background-color: #BF4FFD;
}
</style>
border-color css
<style>
span { border-color: #BF4FFD; }
span { border-color: rgb(191,79,253); }
td.TdClassName
{
border-color: #BF4FFD;
}
.TagClassName
{
border-color: #BF4FFD;
}
</style>