Shades of Medium Orchid #B744FE
Tints of Medium Orchid #B744FE
RGB
CMYK
RGB Variations
Color information
#B744FE (or 0xB744FE) is known color: Medium Orchid. HEX triplet: B7, 44 and FE. RGB value is (183,68,254). Sum of RGB (Red+Green+Blue) = 183+68+254=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 68 (26.95% from 255 or 13.47% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #B744FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B744FE is #48BB01. Grayscale: #7A7A7A. Windows color (decimal): -4766466 or 16663735. OLE color: 16663735.
HSL color Cylindrical-coordinate representation of color #B744FE: hue angle of 277.1º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B744FE is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 68 | 254 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.00 |
| HSL | 277.1º | 0.99% | 0.63% | - |
| HSV(B) | 277.1º | 0.73% | 1% | - |
| XYZ | 39.48 | 21.36 | 95.81 | - |
| YUV | 123.59 | 201.6 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 254 | 0.28 | 0.73 | 0 | 0.00 | 277.1 | 0.99 | 0.63 |
| Hex | B7 | 44 | FE | 1C | 49 | 0 | 0 | 115 | 63 | 3F |
| Octal | 267 | 104 | 376 | 34 | 111 | 0 | 0 | 425 | 143 | 77 |
| Binary | 10110111 | 1000100 | 11111110 | 11100 | 1001001 | 0 | 0 | 100010101 | 1100011 | 111111 |
Color Harmonies of #B744FE
Complementary color
Monochromatic Colors of #B744FE
Black with #B744FE
Text Example
Text Example
White with #B744FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B744FE; }
p { color: rgb(183,68,254); }
H1.HeaderClassName
{
color: #B744FE;
}
.AnyTagClassName
{
color: #B744FE;
}
</style>
background-color css
<style>
a { background-color: #B744FE; }
a { background-color: rgb(183,68,254); }
div.DivClassName
{
background-color: #B744FE;
}
.BgClassName
{
background-color: #B744FE;
}
</style>
border-color css
<style>
span { border-color: #B744FE; }
span { border-color: rgb(183,68,254); }
td.TdClassName
{
border-color: #B744FE;
}
.TagClassName
{
border-color: #B744FE;
}
</style>