Shades of Medium Orchid #B849FF
Tints of Medium Orchid #B849FF
RGB
CMYK
RGB Variations
Color information
#B849FF (or 0xB849FF) is known color: Medium Orchid. HEX triplet: B8, 49 and FF. RGB value is (184,73,255). Sum of RGB (Red+Green+Blue) = 184+73+255=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 73 (28.91% from 255 or 14.26% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #B849FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B849FF is #47B600. Grayscale: #7E7E7E. Windows color (decimal): -4699649 or 16730552. OLE color: 16730552.
HSL color Cylindrical-coordinate representation of color #B849FF: hue angle of 276.59º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B849FF is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 73 | 255 | - |
| CMYK | 0.28 | 0.71 | 0 | 0 |
| HSL | 276.59º | 1% | 0.64% | - |
| HSV(B) | 276.59º | 0.71% | 1% | - |
| XYZ | 40.2 | 22.18 | 96.77 | - |
| YUV | 126.94 | 200.27 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 255 | 0.28 | 0.71 | 0 | 0 | 276.59 | 1 | 0.64 |
| Hex | B8 | 49 | FF | 1C | 47 | 0 | 0 | 115 | 64 | 40 |
| Octal | 270 | 111 | 377 | 34 | 107 | 0 | 0 | 425 | 144 | 100 |
| Binary | 10111000 | 1001001 | 11111111 | 11100 | 1000111 | 0 | 0 | 100010101 | 1100100 | 1000000 |
Color Harmonies of #B849FF
Complementary color
Monochromatic Colors of #B849FF
Black with #B849FF
Text Example
Text Example
White with #B849FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B849FF; }
p { color: rgb(184,73,255); }
H1.HeaderClassName
{
color: #B849FF;
}
.AnyTagClassName
{
color: #B849FF;
}
</style>
background-color css
<style>
a { background-color: #B849FF; }
a { background-color: rgb(184,73,255); }
div.DivClassName
{
background-color: #B849FF;
}
.BgClassName
{
background-color: #B849FF;
}
</style>
border-color css
<style>
span { border-color: #B849FF; }
span { border-color: rgb(184,73,255); }
td.TdClassName
{
border-color: #B849FF;
}
.TagClassName
{
border-color: #B849FF;
}
</style>