Shades of Medium Orchid #B744FB
Tints of Medium Orchid #B744FB
RGB
CMYK
RGB Variations
Color information
#B744FB (or 0xB744FB) is known color: Medium Orchid. HEX triplet: B7, 44 and FB. RGB value is (183,68,251). Sum of RGB (Red+Green+Blue) = 183+68+251=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 68 (26.95% from 255 or 13.55% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #B744FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B744FB is #48BB04. Grayscale: #7A7A7A. Windows color (decimal): -4766469 or 16467127. OLE color: 16467127.
HSL color Cylindrical-coordinate representation of color #B744FB: hue angle of 277.7º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B744FB is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 68 | 251 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.02 |
| HSL | 277.7º | 0.96% | 0.63% | - |
| HSV(B) | 277.7º | 0.73% | 0.98% | - |
| XYZ | 39.01 | 21.17 | 93.3 | - |
| YUV | 123.25 | 200.1 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 251 | 0.27 | 0.73 | 0 | 0.02 | 277.7 | 0.96 | 0.63 |
| Hex | B7 | 44 | FB | 1B | 49 | 0 | 2 | 116 | 60 | 3F |
| Octal | 267 | 104 | 373 | 33 | 111 | 0 | 2 | 426 | 140 | 77 |
| Binary | 10110111 | 1000100 | 11111011 | 11011 | 1001001 | 0 | 10 | 100010110 | 1100000 | 111111 |
Color Harmonies of #B744FB
Complementary color
Monochromatic Colors of #B744FB
Black with #B744FB
Text Example
Text Example
White with #B744FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B744FB; }
p { color: rgb(183,68,251); }
H1.HeaderClassName
{
color: #B744FB;
}
.AnyTagClassName
{
color: #B744FB;
}
</style>
background-color css
<style>
a { background-color: #B744FB; }
a { background-color: rgb(183,68,251); }
div.DivClassName
{
background-color: #B744FB;
}
.BgClassName
{
background-color: #B744FB;
}
</style>
border-color css
<style>
span { border-color: #B744FB; }
span { border-color: rgb(183,68,251); }
td.TdClassName
{
border-color: #B744FB;
}
.TagClassName
{
border-color: #B744FB;
}
</style>