Shades of Medium Orchid #B744F9
Tints of Medium Orchid #B744F9
RGB
CMYK
RGB Variations
Color information
#B744F9 (or 0xB744F9) is known color: Medium Orchid. HEX triplet: B7, 44 and F9. RGB value is (183,68,249). Sum of RGB (Red+Green+Blue) = 183+68+249=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 68 (26.95% from 255 or 13.6% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #B744F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B744F9 is #48BB06. Grayscale: #7A7A7A. Windows color (decimal): -4766471 or 16336055. OLE color: 16336055.
HSL color Cylindrical-coordinate representation of color #B744F9: hue angle of 278.12º degrees, saturation: 0.94, 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 #B744F9 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 68 | 249 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.02 |
| HSL | 278.12º | 0.94% | 0.62% | - |
| HSV(B) | 278.12º | 0.73% | 0.98% | - |
| XYZ | 38.69 | 21.04 | 91.64 | - |
| YUV | 123.02 | 199.1 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 249 | 0.27 | 0.73 | 0 | 0.02 | 278.12 | 0.94 | 0.62 |
| Hex | B7 | 44 | F9 | 1B | 49 | 0 | 2 | 116 | 5E | 3E |
| Octal | 267 | 104 | 371 | 33 | 111 | 0 | 2 | 426 | 136 | 76 |
| Binary | 10110111 | 1000100 | 11111001 | 11011 | 1001001 | 0 | 10 | 100010110 | 1011110 | 111110 |
Color Harmonies of #B744F9
Complementary color
Monochromatic Colors of #B744F9
Black with #B744F9
Text Example
Text Example
White with #B744F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B744F9; }
p { color: rgb(183,68,249); }
H1.HeaderClassName
{
color: #B744F9;
}
.AnyTagClassName
{
color: #B744F9;
}
</style>
background-color css
<style>
a { background-color: #B744F9; }
a { background-color: rgb(183,68,249); }
div.DivClassName
{
background-color: #B744F9;
}
.BgClassName
{
background-color: #B744F9;
}
</style>
border-color css
<style>
span { border-color: #B744F9; }
span { border-color: rgb(183,68,249); }
td.TdClassName
{
border-color: #B744F9;
}
.TagClassName
{
border-color: #B744F9;
}
</style>