Shades of Medium Orchid #B844FA
Tints of Medium Orchid #B844FA
RGB
CMYK
RGB Variations
Color information
#B844FA (or 0xB844FA) is known color: Medium Orchid. HEX triplet: B8, 44 and FA. RGB value is (184,68,250). Sum of RGB (Red+Green+Blue) = 184+68+250=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 68 (26.95% from 255 or 13.55% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #B844FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B844FA is #47BB05. Grayscale: #7A7A7A. Windows color (decimal): -4700934 or 16401592. OLE color: 16401592.
HSL color Cylindrical-coordinate representation of color #B844FA: hue angle of 278.24º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B844FA is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 68 | 250 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.02 |
| HSL | 278.24º | 0.95% | 0.62% | - |
| HSV(B) | 278.24º | 0.73% | 0.98% | - |
| XYZ | 39.09 | 21.23 | 92.48 | - |
| YUV | 123.43 | 199.43 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 68 | 250 | 0.26 | 0.73 | 0 | 0.02 | 278.24 | 0.95 | 0.62 |
| Hex | B8 | 44 | FA | 1A | 49 | 0 | 2 | 116 | 5F | 3E |
| Octal | 270 | 104 | 372 | 32 | 111 | 0 | 2 | 426 | 137 | 76 |
| Binary | 10111000 | 1000100 | 11111010 | 11010 | 1001001 | 0 | 10 | 100010110 | 1011111 | 111110 |
Color Harmonies of #B844FA
Complementary color
Monochromatic Colors of #B844FA
Black with #B844FA
Text Example
Text Example
White with #B844FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B844FA; }
p { color: rgb(184,68,250); }
H1.HeaderClassName
{
color: #B844FA;
}
.AnyTagClassName
{
color: #B844FA;
}
</style>
background-color css
<style>
a { background-color: #B844FA; }
a { background-color: rgb(184,68,250); }
div.DivClassName
{
background-color: #B844FA;
}
.BgClassName
{
background-color: #B844FA;
}
</style>
border-color css
<style>
span { border-color: #B844FA; }
span { border-color: rgb(184,68,250); }
td.TdClassName
{
border-color: #B844FA;
}
.TagClassName
{
border-color: #B844FA;
}
</style>