Shades of Medium Orchid #B744FC
Tints of Medium Orchid #B744FC
RGB
CMYK
RGB Variations
Color information
#B744FC (or 0xB744FC) is known color: Medium Orchid. HEX triplet: B7, 44 and FC. RGB value is (183,68,252). Sum of RGB (Red+Green+Blue) = 183+68+252=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 68 (26.95% from 255 or 13.52% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #B744FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B744FC is #48BB03. Grayscale: #7A7A7A. Windows color (decimal): -4766468 or 16532663. OLE color: 16532663.
HSL color Cylindrical-coordinate representation of color #B744FC: hue angle of 277.5º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B744FC is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 68 | 252 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.01 |
| HSL | 277.5º | 0.97% | 0.63% | - |
| HSV(B) | 277.5º | 0.73% | 0.99% | - |
| XYZ | 39.17 | 21.23 | 94.13 | - |
| YUV | 123.36 | 200.6 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 252 | 0.27 | 0.73 | 0 | 0.01 | 277.5 | 0.97 | 0.63 |
| Hex | B7 | 44 | FC | 1B | 49 | 0 | 1 | 116 | 61 | 3F |
| Octal | 267 | 104 | 374 | 33 | 111 | 0 | 1 | 426 | 141 | 77 |
| Binary | 10110111 | 1000100 | 11111100 | 11011 | 1001001 | 0 | 1 | 100010110 | 1100001 | 111111 |
Color Harmonies of #B744FC
Complementary color
Monochromatic Colors of #B744FC
Black with #B744FC
Text Example
Text Example
White with #B744FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B744FC; }
p { color: rgb(183,68,252); }
H1.HeaderClassName
{
color: #B744FC;
}
.AnyTagClassName
{
color: #B744FC;
}
</style>
background-color css
<style>
a { background-color: #B744FC; }
a { background-color: rgb(183,68,252); }
div.DivClassName
{
background-color: #B744FC;
}
.BgClassName
{
background-color: #B744FC;
}
</style>
border-color css
<style>
span { border-color: #B744FC; }
span { border-color: rgb(183,68,252); }
td.TdClassName
{
border-color: #B744FC;
}
.TagClassName
{
border-color: #B744FC;
}
</style>