Shades of Medium Orchid #B844FF
Tints of Medium Orchid #B844FF
RGB
CMYK
RGB Variations
Color information
#B844FF (or 0xB844FF) is known color: Medium Orchid. HEX triplet: B8, 44 and FF. RGB value is (184,68,255). Sum of RGB (Red+Green+Blue) = 184+68+255=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 68 (26.95% from 255 or 13.41% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #B844FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B844FF is #47BB00. Grayscale: #7B7B7B. Windows color (decimal): -4700929 or 16729272. OLE color: 16729272.
HSL color Cylindrical-coordinate representation of color #B844FF: hue angle of 277.22º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B844FF is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 68 | 255 | - |
| CMYK | 0.28 | 0.73 | 0 | 0 |
| HSL | 277.22º | 1% | 0.63% | - |
| HSV(B) | 277.22º | 0.73% | 1% | - |
| XYZ | 39.88 | 21.54 | 96.66 | - |
| YUV | 124 | 201.93 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 68 | 255 | 0.28 | 0.73 | 0 | 0 | 277.22 | 1 | 0.63 |
| Hex | B8 | 44 | FF | 1C | 49 | 0 | 0 | 115 | 64 | 3F |
| Octal | 270 | 104 | 377 | 34 | 111 | 0 | 0 | 425 | 144 | 77 |
| Binary | 10111000 | 1000100 | 11111111 | 11100 | 1001001 | 0 | 0 | 100010101 | 1100100 | 111111 |
Color Harmonies of #B844FF
Complementary color
Monochromatic Colors of #B844FF
Black with #B844FF
Text Example
Text Example
White with #B844FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B844FF; }
p { color: rgb(184,68,255); }
H1.HeaderClassName
{
color: #B844FF;
}
.AnyTagClassName
{
color: #B844FF;
}
</style>
background-color css
<style>
a { background-color: #B844FF; }
a { background-color: rgb(184,68,255); }
div.DivClassName
{
background-color: #B844FF;
}
.BgClassName
{
background-color: #B844FF;
}
</style>
border-color css
<style>
span { border-color: #B844FF; }
span { border-color: rgb(184,68,255); }
td.TdClassName
{
border-color: #B844FF;
}
.TagClassName
{
border-color: #B844FF;
}
</style>