Shades of Medium Orchid #BF32F5
Tints of Medium Orchid #BF32F5
RGB
CMYK
RGB Variations
Color information
#BF32F5 (or 0xBF32F5) is known color: Medium Orchid. HEX triplet: BF, 32 and F5. RGB value is (191,50,245). Sum of RGB (Red+Green+Blue) = 191+50+245=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 50 (19.92% from 255 or 10.29% from 486); Blue value is 245 (96.09% from 255 or 50.41% from 486); Max value from RGB is 245 - color contains mainly: blue. Hex color #BF32F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF32F5 is #40CD0A. Grayscale: #717171. Windows color (decimal): -4246795 or 16069311. OLE color: 16069311.
HSL color Cylindrical-coordinate representation of color #BF32F5: hue angle of 283.38º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF32F5 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 50 | 245 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.04 |
| HSL | 283.38º | 0.91% | 0.58% | - |
| HSV(B) | 283.38º | 0.8% | 0.96% | - |
| XYZ | 39.11 | 19.95 | 88.18 | - |
| YUV | 114.39 | 201.71 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 245 | 0.22 | 0.80 | 0 | 0.04 | 283.38 | 0.91 | 0.58 |
| Hex | BF | 32 | F5 | 16 | 50 | 0 | 4 | 11B | 5B | 3A |
| Octal | 277 | 62 | 365 | 26 | 120 | 0 | 4 | 433 | 133 | 72 |
| Binary | 10111111 | 110010 | 11110101 | 10110 | 1010000 | 0 | 100 | 100011011 | 1011011 | 111010 |
Color Harmonies of #BF32F5
Complementary color
Monochromatic Colors of #BF32F5
Black with #BF32F5
Text Example
Text Example
White with #BF32F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF32F5; }
p { color: rgb(191,50,245); }
H1.HeaderClassName
{
color: #BF32F5;
}
.AnyTagClassName
{
color: #BF32F5;
}
</style>
background-color css
<style>
a { background-color: #BF32F5; }
a { background-color: rgb(191,50,245); }
div.DivClassName
{
background-color: #BF32F5;
}
.BgClassName
{
background-color: #BF32F5;
}
</style>
border-color css
<style>
span { border-color: #BF32F5; }
span { border-color: rgb(191,50,245); }
td.TdClassName
{
border-color: #BF32F5;
}
.TagClassName
{
border-color: #BF32F5;
}
</style>