Shades of Medium Orchid #B748FE
Tints of Medium Orchid #B748FE
RGB
CMYK
RGB Variations
Color information
#B748FE (or 0xB748FE) is known color: Medium Orchid. HEX triplet: B7, 48 and FE. RGB value is (183,72,254). Sum of RGB (Red+Green+Blue) = 183+72+254=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 72 (28.52% from 255 or 14.15% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #B748FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B748FE is #48B701. Grayscale: #7D7D7D. Windows color (decimal): -4765442 or 16664759. OLE color: 16664759.
HSL color Cylindrical-coordinate representation of color #B748FE: hue angle of 276.59º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B748FE is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 72 | 254 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.00 |
| HSL | 276.59º | 0.99% | 0.64% | - |
| HSV(B) | 276.59º | 0.72% | 1% | - |
| XYZ | 39.74 | 21.86 | 95.89 | - |
| YUV | 125.94 | 200.27 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 254 | 0.28 | 0.72 | 0 | 0.00 | 276.59 | 0.99 | 0.64 |
| Hex | B7 | 48 | FE | 1C | 48 | 0 | 0 | 115 | 63 | 40 |
| Octal | 267 | 110 | 376 | 34 | 110 | 0 | 0 | 425 | 143 | 100 |
| Binary | 10110111 | 1001000 | 11111110 | 11100 | 1001000 | 0 | 0 | 100010101 | 1100011 | 1000000 |
Color Harmonies of #B748FE
Complementary color
Monochromatic Colors of #B748FE
Black with #B748FE
Text Example
Text Example
White with #B748FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B748FE; }
p { color: rgb(183,72,254); }
H1.HeaderClassName
{
color: #B748FE;
}
.AnyTagClassName
{
color: #B748FE;
}
</style>
background-color css
<style>
a { background-color: #B748FE; }
a { background-color: rgb(183,72,254); }
div.DivClassName
{
background-color: #B748FE;
}
.BgClassName
{
background-color: #B748FE;
}
</style>
border-color css
<style>
span { border-color: #B748FE; }
span { border-color: rgb(183,72,254); }
td.TdClassName
{
border-color: #B748FE;
}
.TagClassName
{
border-color: #B748FE;
}
</style>