Shades of Medium Orchid #B748FD
Tints of Medium Orchid #B748FD
RGB
CMYK
RGB Variations
Color information
#B748FD (or 0xB748FD) is known color: Medium Orchid. HEX triplet: B7, 48 and FD. RGB value is (183,72,253). Sum of RGB (Red+Green+Blue) = 183+72+253=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 72 (28.52% from 255 or 14.17% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #B748FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B748FD is #48B702. Grayscale: #7D7D7D. Windows color (decimal): -4765443 or 16599223. OLE color: 16599223.
HSL color Cylindrical-coordinate representation of color #B748FD: hue angle of 276.8º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B748FD is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 72 | 253 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.01 |
| HSL | 276.8º | 0.98% | 0.64% | - |
| HSV(B) | 276.8º | 0.72% | 0.99% | - |
| XYZ | 39.58 | 21.79 | 95.05 | - |
| YUV | 125.82 | 199.77 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 253 | 0.28 | 0.72 | 0 | 0.01 | 276.8 | 0.98 | 0.64 |
| Hex | B7 | 48 | FD | 1C | 48 | 0 | 1 | 115 | 62 | 40 |
| Octal | 267 | 110 | 375 | 34 | 110 | 0 | 1 | 425 | 142 | 100 |
| Binary | 10110111 | 1001000 | 11111101 | 11100 | 1001000 | 0 | 1 | 100010101 | 1100010 | 1000000 |
Color Harmonies of #B748FD
Complementary color
Monochromatic Colors of #B748FD
Black with #B748FD
Text Example
Text Example
White with #B748FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B748FD; }
p { color: rgb(183,72,253); }
H1.HeaderClassName
{
color: #B748FD;
}
.AnyTagClassName
{
color: #B748FD;
}
</style>
background-color css
<style>
a { background-color: #B748FD; }
a { background-color: rgb(183,72,253); }
div.DivClassName
{
background-color: #B748FD;
}
.BgClassName
{
background-color: #B748FD;
}
</style>
border-color css
<style>
span { border-color: #B748FD; }
span { border-color: rgb(183,72,253); }
td.TdClassName
{
border-color: #B748FD;
}
.TagClassName
{
border-color: #B748FD;
}
</style>