Shades of Medium Orchid #B746FD
Tints of Medium Orchid #B746FD
RGB
CMYK
RGB Variations
Color information
#B746FD (or 0xB746FD) is known color: Medium Orchid. HEX triplet: B7, 46 and FD. RGB value is (183,70,253). Sum of RGB (Red+Green+Blue) = 183+70+253=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 70 (27.73% from 255 or 13.83% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #B746FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B746FD is #48B902. Grayscale: #7C7C7C. Windows color (decimal): -4765955 or 16598711. OLE color: 16598711.
HSL color Cylindrical-coordinate representation of color #B746FD: hue angle of 277.05º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B746FD is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 70 | 253 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.01 |
| HSL | 277.05º | 0.98% | 0.63% | - |
| HSV(B) | 277.05º | 0.72% | 0.99% | - |
| XYZ | 39.45 | 21.54 | 95.01 | - |
| YUV | 124.65 | 200.44 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 253 | 0.28 | 0.72 | 0 | 0.01 | 277.05 | 0.98 | 0.63 |
| Hex | B7 | 46 | FD | 1C | 48 | 0 | 1 | 115 | 62 | 3F |
| Octal | 267 | 106 | 375 | 34 | 110 | 0 | 1 | 425 | 142 | 77 |
| Binary | 10110111 | 1000110 | 11111101 | 11100 | 1001000 | 0 | 1 | 100010101 | 1100010 | 111111 |
Color Harmonies of #B746FD
Complementary color
Monochromatic Colors of #B746FD
Black with #B746FD
Text Example
Text Example
White with #B746FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B746FD; }
p { color: rgb(183,70,253); }
H1.HeaderClassName
{
color: #B746FD;
}
.AnyTagClassName
{
color: #B746FD;
}
</style>
background-color css
<style>
a { background-color: #B746FD; }
a { background-color: rgb(183,70,253); }
div.DivClassName
{
background-color: #B746FD;
}
.BgClassName
{
background-color: #B746FD;
}
</style>
border-color css
<style>
span { border-color: #B746FD; }
span { border-color: rgb(183,70,253); }
td.TdClassName
{
border-color: #B746FD;
}
.TagClassName
{
border-color: #B746FD;
}
</style>