Shades of Medium Orchid #B749F7
Tints of Medium Orchid #B749F7
RGB
CMYK
RGB Variations
Color information
#B749F7 (or 0xB749F7) is known color: Medium Orchid. HEX triplet: B7, 49 and F7. RGB value is (183,73,247). Sum of RGB (Red+Green+Blue) = 183+73+247=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 73 (28.91% from 255 or 14.51% from 503); Blue value is 247 (96.88% from 255 or 49.11% from 503); Max value from RGB is 247 - color contains mainly: blue. Hex color #B749F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B749F7 is #48B608. Grayscale: #7D7D7D. Windows color (decimal): -4765193 or 16206263. OLE color: 16206263.
HSL color Cylindrical-coordinate representation of color #B749F7: hue angle of 277.93º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B749F7 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 73 | 247 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.03 |
| HSL | 277.93º | 0.92% | 0.63% | - |
| HSV(B) | 277.93º | 0.7% | 0.97% | - |
| XYZ | 38.7 | 21.55 | 90.12 | - |
| YUV | 125.73 | 196.44 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 247 | 0.26 | 0.70 | 0 | 0.03 | 277.93 | 0.92 | 0.63 |
| Hex | B7 | 49 | F7 | 1A | 46 | 0 | 3 | 116 | 5C | 3F |
| Octal | 267 | 111 | 367 | 32 | 106 | 0 | 3 | 426 | 134 | 77 |
| Binary | 10110111 | 1001001 | 11110111 | 11010 | 1000110 | 0 | 11 | 100010110 | 1011100 | 111111 |
Color Harmonies of #B749F7
Complementary color
Monochromatic Colors of #B749F7
Black with #B749F7
Text Example
Text Example
White with #B749F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B749F7; }
p { color: rgb(183,73,247); }
H1.HeaderClassName
{
color: #B749F7;
}
.AnyTagClassName
{
color: #B749F7;
}
</style>
background-color css
<style>
a { background-color: #B749F7; }
a { background-color: rgb(183,73,247); }
div.DivClassName
{
background-color: #B749F7;
}
.BgClassName
{
background-color: #B749F7;
}
</style>
border-color css
<style>
span { border-color: #B749F7; }
span { border-color: rgb(183,73,247); }
td.TdClassName
{
border-color: #B749F7;
}
.TagClassName
{
border-color: #B749F7;
}
</style>