Shades of Medium Orchid #B744FA
Tints of Medium Orchid #B744FA
RGB
CMYK
RGB Variations
Color information
#B744FA (or 0xB744FA) is known color: Medium Orchid. HEX triplet: B7, 44 and FA. RGB value is (183,68,250). Sum of RGB (Red+Green+Blue) = 183+68+250=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 68 (26.95% from 255 or 13.57% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #B744FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B744FA is #48BB05. Grayscale: #7A7A7A. Windows color (decimal): -4766470 or 16401591. OLE color: 16401591.
HSL color Cylindrical-coordinate representation of color #B744FA: hue angle of 277.91º degrees, saturation: 0.95, 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 #B744FA is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 68 | 250 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.02 |
| HSL | 277.91º | 0.95% | 0.62% | - |
| HSV(B) | 277.91º | 0.73% | 0.98% | - |
| XYZ | 38.85 | 21.1 | 92.47 | - |
| YUV | 123.13 | 199.6 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 250 | 0.27 | 0.73 | 0 | 0.02 | 277.91 | 0.95 | 0.62 |
| Hex | B7 | 44 | FA | 1B | 49 | 0 | 2 | 116 | 5F | 3E |
| Octal | 267 | 104 | 372 | 33 | 111 | 0 | 2 | 426 | 137 | 76 |
| Binary | 10110111 | 1000100 | 11111010 | 11011 | 1001001 | 0 | 10 | 100010110 | 1011111 | 111110 |
Color Harmonies of #B744FA
Complementary color
Monochromatic Colors of #B744FA
Black with #B744FA
Text Example
Text Example
White with #B744FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B744FA; }
p { color: rgb(183,68,250); }
H1.HeaderClassName
{
color: #B744FA;
}
.AnyTagClassName
{
color: #B744FA;
}
</style>
background-color css
<style>
a { background-color: #B744FA; }
a { background-color: rgb(183,68,250); }
div.DivClassName
{
background-color: #B744FA;
}
.BgClassName
{
background-color: #B744FA;
}
</style>
border-color css
<style>
span { border-color: #B744FA; }
span { border-color: rgb(183,68,250); }
td.TdClassName
{
border-color: #B744FA;
}
.TagClassName
{
border-color: #B744FA;
}
</style>