Shades of Medium Orchid #BF3FF1
Tints of Medium Orchid #BF3FF1
RGB
CMYK
RGB Variations
Color information
#BF3FF1 (or 0xBF3FF1) is known color: Medium Orchid. HEX triplet: BF, 3F and F1. RGB value is (191,63,241). Sum of RGB (Red+Green+Blue) = 191+63+241=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 63 (25% from 255 or 12.73% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF3FF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3FF1 is #40C00E. Grayscale: #787878. Windows color (decimal): -4243471 or 15810495. OLE color: 15810495.
HSL color Cylindrical-coordinate representation of color #BF3FF1: hue angle of 283.15º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF3FF1 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 63 | 241 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.05 |
| HSL | 283.15º | 0.86% | 0.6% | - |
| HSV(B) | 283.15º | 0.74% | 0.95% | - |
| XYZ | 39.14 | 20.98 | 85.21 | - |
| YUV | 121.56 | 195.41 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 63 | 241 | 0.21 | 0.74 | 0 | 0.05 | 283.15 | 0.86 | 0.6 |
| Hex | BF | 3F | F1 | 15 | 4A | 0 | 5 | 11B | 56 | 3C |
| Octal | 277 | 77 | 361 | 25 | 112 | 0 | 5 | 433 | 126 | 74 |
| Binary | 10111111 | 111111 | 11110001 | 10101 | 1001010 | 0 | 101 | 100011011 | 1010110 | 111100 |
Color Harmonies of #BF3FF1
Complementary color
Monochromatic Colors of #BF3FF1
Black with #BF3FF1
Text Example
Text Example
White with #BF3FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3FF1; }
p { color: rgb(191,63,241); }
H1.HeaderClassName
{
color: #BF3FF1;
}
.AnyTagClassName
{
color: #BF3FF1;
}
</style>
background-color css
<style>
a { background-color: #BF3FF1; }
a { background-color: rgb(191,63,241); }
div.DivClassName
{
background-color: #BF3FF1;
}
.BgClassName
{
background-color: #BF3FF1;
}
</style>
border-color css
<style>
span { border-color: #BF3FF1; }
span { border-color: rgb(191,63,241); }
td.TdClassName
{
border-color: #BF3FF1;
}
.TagClassName
{
border-color: #BF3FF1;
}
</style>