Shades of Medium Orchid #B94FFF
Tints of Medium Orchid #B94FFF
RGB
CMYK
RGB Variations
Color information
#B94FFF (or 0xB94FFF) is known color: Medium Orchid. HEX triplet: B9, 4F and FF. RGB value is (185,79,255). Sum of RGB (Red+Green+Blue) = 185+79+255=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 79 (31.25% from 255 or 15.22% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #B94FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B94FFF is #46B000. Grayscale: #828282. Windows color (decimal): -4632577 or 16732089. OLE color: 16732089.
HSL color Cylindrical-coordinate representation of color #B94FFF: hue angle of 276.14º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B94FFF is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 79 | 255 | - |
| CMYK | 0.27 | 0.69 | 0 | 0 |
| HSL | 276.14º | 1% | 0.65% | - |
| HSV(B) | 276.14º | 0.69% | 1% | - |
| XYZ | 40.85 | 23.13 | 96.92 | - |
| YUV | 130.76 | 198.12 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 79 | 255 | 0.27 | 0.69 | 0 | 0 | 276.14 | 1 | 0.65 |
| Hex | B9 | 4F | FF | 1B | 45 | 0 | 0 | 114 | 64 | 41 |
| Octal | 271 | 117 | 377 | 33 | 105 | 0 | 0 | 424 | 144 | 101 |
| Binary | 10111001 | 1001111 | 11111111 | 11011 | 1000101 | 0 | 0 | 100010100 | 1100100 | 1000001 |
Color Harmonies of #B94FFF
Complementary color
Monochromatic Colors of #B94FFF
Black with #B94FFF
Text Example
Text Example
White with #B94FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94FFF; }
p { color: rgb(185,79,255); }
H1.HeaderClassName
{
color: #B94FFF;
}
.AnyTagClassName
{
color: #B94FFF;
}
</style>
background-color css
<style>
a { background-color: #B94FFF; }
a { background-color: rgb(185,79,255); }
div.DivClassName
{
background-color: #B94FFF;
}
.BgClassName
{
background-color: #B94FFF;
}
</style>
border-color css
<style>
span { border-color: #B94FFF; }
span { border-color: rgb(185,79,255); }
td.TdClassName
{
border-color: #B94FFF;
}
.TagClassName
{
border-color: #B94FFF;
}
</style>