Shades of Medium Orchid #B744F6
Tints of Medium Orchid #B744F6
RGB
CMYK
RGB Variations
Color information
#B744F6 (or 0xB744F6) is known color: Medium Orchid. HEX triplet: B7, 44 and F6. RGB value is (183,68,246). Sum of RGB (Red+Green+Blue) = 183+68+246=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 68 (26.95% from 255 or 13.68% from 497); Blue value is 246 (96.48% from 255 or 49.50% from 497); Max value from RGB is 246 - color contains mainly: blue. Hex color #B744F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B744F6 is #48BB09. Grayscale: #7A7A7A. Windows color (decimal): -4766474 or 16139447. OLE color: 16139447.
HSL color Cylindrical-coordinate representation of color #B744F6: hue angle of 278.76º 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 #B744F6 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 68 | 246 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.04 |
| HSL | 278.76º | 0.91% | 0.62% | - |
| HSV(B) | 278.76º | 0.72% | 0.96% | - |
| XYZ | 38.23 | 20.86 | 89.2 | - |
| YUV | 122.68 | 197.6 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 246 | 0.26 | 0.72 | 0 | 0.04 | 278.76 | 0.91 | 0.62 |
| Hex | B7 | 44 | F6 | 1A | 48 | 0 | 4 | 117 | 5B | 3E |
| Octal | 267 | 104 | 366 | 32 | 110 | 0 | 4 | 427 | 133 | 76 |
| Binary | 10110111 | 1000100 | 11110110 | 11010 | 1001000 | 0 | 100 | 100010111 | 1011011 | 111110 |
Color Harmonies of #B744F6
Complementary color
Monochromatic Colors of #B744F6
Black with #B744F6
Text Example
Text Example
White with #B744F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B744F6; }
p { color: rgb(183,68,246); }
H1.HeaderClassName
{
color: #B744F6;
}
.AnyTagClassName
{
color: #B744F6;
}
</style>
background-color css
<style>
a { background-color: #B744F6; }
a { background-color: rgb(183,68,246); }
div.DivClassName
{
background-color: #B744F6;
}
.BgClassName
{
background-color: #B744F6;
}
</style>
border-color css
<style>
span { border-color: #B744F6; }
span { border-color: rgb(183,68,246); }
td.TdClassName
{
border-color: #B744F6;
}
.TagClassName
{
border-color: #B744F6;
}
</style>