Shades of Medium Orchid #B844F6
Tints of Medium Orchid #B844F6
RGB
CMYK
RGB Variations
Color information
#B844F6 (or 0xB844F6) is known color: Medium Orchid. HEX triplet: B8, 44 and F6. RGB value is (184,68,246). Sum of RGB (Red+Green+Blue) = 184+68+246=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 68 (26.95% from 255 or 13.65% from 498); Blue value is 246 (96.48% from 255 or 49.40% from 498); Max value from RGB is 246 - color contains mainly: blue. Hex color #B844F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B844F6 is #47BB09. Grayscale: #7A7A7A. Windows color (decimal): -4700938 or 16139448. OLE color: 16139448.
HSL color Cylindrical-coordinate representation of color #B844F6: hue angle of 279.1º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B844F6 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 68 | 246 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.04 |
| HSL | 279.1º | 0.91% | 0.62% | - |
| HSV(B) | 279.1º | 0.72% | 0.96% | - |
| XYZ | 38.47 | 20.98 | 89.21 | - |
| YUV | 122.98 | 197.43 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 68 | 246 | 0.25 | 0.72 | 0 | 0.04 | 279.1 | 0.91 | 0.62 |
| Hex | B8 | 44 | F6 | 19 | 48 | 0 | 4 | 117 | 5B | 3E |
| Octal | 270 | 104 | 366 | 31 | 110 | 0 | 4 | 427 | 133 | 76 |
| Binary | 10111000 | 1000100 | 11110110 | 11001 | 1001000 | 0 | 100 | 100010111 | 1011011 | 111110 |
Color Harmonies of #B844F6
Complementary color
Monochromatic Colors of #B844F6
Black with #B844F6
Text Example
Text Example
White with #B844F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B844F6; }
p { color: rgb(184,68,246); }
H1.HeaderClassName
{
color: #B844F6;
}
.AnyTagClassName
{
color: #B844F6;
}
</style>
background-color css
<style>
a { background-color: #B844F6; }
a { background-color: rgb(184,68,246); }
div.DivClassName
{
background-color: #B844F6;
}
.BgClassName
{
background-color: #B844F6;
}
</style>
border-color css
<style>
span { border-color: #B844F6; }
span { border-color: rgb(184,68,246); }
td.TdClassName
{
border-color: #B844F6;
}
.TagClassName
{
border-color: #B844F6;
}
</style>