Shades of Medium Orchid #B94CF1
Tints of Medium Orchid #B94CF1
RGB
CMYK
RGB Variations
Color information
#B94CF1 (or 0xB94CF1) is known color: Medium Orchid. HEX triplet: B9, 4C and F1. RGB value is (185,76,241). Sum of RGB (Red+Green+Blue) = 185+76+241=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #B94CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B94CF1 is #46B30E. Grayscale: #7E7E7E. Windows color (decimal): -4633359 or 15813817. OLE color: 15813817.
HSL color Cylindrical-coordinate representation of color #B94CF1: hue angle of 279.64º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B94CF1 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 76 | 241 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.05 |
| HSL | 279.64º | 0.85% | 0.62% | - |
| HSV(B) | 279.64º | 0.68% | 0.95% | - |
| XYZ | 38.47 | 21.83 | 85.41 | - |
| YUV | 127.4 | 192.11 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 76 | 241 | 0.23 | 0.68 | 0 | 0.05 | 279.64 | 0.85 | 0.62 |
| Hex | B9 | 4C | F1 | 17 | 44 | 0 | 5 | 118 | 55 | 3E |
| Octal | 271 | 114 | 361 | 27 | 104 | 0 | 5 | 430 | 125 | 76 |
| Binary | 10111001 | 1001100 | 11110001 | 10111 | 1000100 | 0 | 101 | 100011000 | 1010101 | 111110 |
Color Harmonies of #B94CF1
Complementary color
Monochromatic Colors of #B94CF1
Black with #B94CF1
Text Example
Text Example
White with #B94CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94CF1; }
p { color: rgb(185,76,241); }
H1.HeaderClassName
{
color: #B94CF1;
}
.AnyTagClassName
{
color: #B94CF1;
}
</style>
background-color css
<style>
a { background-color: #B94CF1; }
a { background-color: rgb(185,76,241); }
div.DivClassName
{
background-color: #B94CF1;
}
.BgClassName
{
background-color: #B94CF1;
}
</style>
border-color css
<style>
span { border-color: #B94CF1; }
span { border-color: rgb(185,76,241); }
td.TdClassName
{
border-color: #B94CF1;
}
.TagClassName
{
border-color: #B94CF1;
}
</style>