Shades of Medium Orchid #B744F7
Tints of Medium Orchid #B744F7
RGB
CMYK
RGB Variations
Color information
#B744F7 (or 0xB744F7) is known color: Medium Orchid. HEX triplet: B7, 44 and F7. RGB value is (183,68,247). Sum of RGB (Red+Green+Blue) = 183+68+247=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 68 (26.95% from 255 or 13.65% from 498); Blue value is 247 (96.88% from 255 or 49.60% from 498); Max value from RGB is 247 - color contains mainly: blue. Hex color #B744F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B744F7 is #48BB08. Grayscale: #7A7A7A. Windows color (decimal): -4766473 or 16204983. OLE color: 16204983.
HSL color Cylindrical-coordinate representation of color #B744F7: hue angle of 278.55º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B744F7 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 68 | 247 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.03 |
| HSL | 278.55º | 0.92% | 0.62% | - |
| HSV(B) | 278.55º | 0.72% | 0.97% | - |
| XYZ | 38.38 | 20.92 | 90.01 | - |
| YUV | 122.79 | 198.1 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 247 | 0.26 | 0.72 | 0 | 0.03 | 278.55 | 0.92 | 0.62 |
| Hex | B7 | 44 | F7 | 1A | 48 | 0 | 3 | 117 | 5C | 3E |
| Octal | 267 | 104 | 367 | 32 | 110 | 0 | 3 | 427 | 134 | 76 |
| Binary | 10110111 | 1000100 | 11110111 | 11010 | 1001000 | 0 | 11 | 100010111 | 1011100 | 111110 |
Color Harmonies of #B744F7
Complementary color
Monochromatic Colors of #B744F7
Black with #B744F7
Text Example
Text Example
White with #B744F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B744F7; }
p { color: rgb(183,68,247); }
H1.HeaderClassName
{
color: #B744F7;
}
.AnyTagClassName
{
color: #B744F7;
}
</style>
background-color css
<style>
a { background-color: #B744F7; }
a { background-color: rgb(183,68,247); }
div.DivClassName
{
background-color: #B744F7;
}
.BgClassName
{
background-color: #B744F7;
}
</style>
border-color css
<style>
span { border-color: #B744F7; }
span { border-color: rgb(183,68,247); }
td.TdClassName
{
border-color: #B744F7;
}
.TagClassName
{
border-color: #B744F7;
}
</style>