Shades of Medium Orchid #B746FB
Tints of Medium Orchid #B746FB
RGB
CMYK
RGB Variations
Color information
#B746FB (or 0xB746FB) is known color: Medium Orchid. HEX triplet: B7, 46 and FB. RGB value is (183,70,251). Sum of RGB (Red+Green+Blue) = 183+70+251=504 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.31% from 504); Green value is 70 (27.73% from 255 or 13.89% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #B746FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B746FB is #48B904. Grayscale: #7B7B7B. Windows color (decimal): -4765957 or 16467639. OLE color: 16467639.
HSL color Cylindrical-coordinate representation of color #B746FB: hue angle of 277.46º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B746FB is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 70 | 251 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.02 |
| HSL | 277.46º | 0.96% | 0.63% | - |
| HSV(B) | 277.46º | 0.72% | 0.98% | - |
| XYZ | 39.13 | 21.41 | 93.34 | - |
| YUV | 124.42 | 199.44 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 251 | 0.27 | 0.72 | 0 | 0.02 | 277.46 | 0.96 | 0.63 |
| Hex | B7 | 46 | FB | 1B | 48 | 0 | 2 | 115 | 60 | 3F |
| Octal | 267 | 106 | 373 | 33 | 110 | 0 | 2 | 425 | 140 | 77 |
| Binary | 10110111 | 1000110 | 11111011 | 11011 | 1001000 | 0 | 10 | 100010101 | 1100000 | 111111 |
Color Harmonies of #B746FB
Complementary color
Monochromatic Colors of #B746FB
Black with #B746FB
Text Example
Text Example
White with #B746FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B746FB; }
p { color: rgb(183,70,251); }
H1.HeaderClassName
{
color: #B746FB;
}
.AnyTagClassName
{
color: #B746FB;
}
</style>
background-color css
<style>
a { background-color: #B746FB; }
a { background-color: rgb(183,70,251); }
div.DivClassName
{
background-color: #B746FB;
}
.BgClassName
{
background-color: #B746FB;
}
</style>
border-color css
<style>
span { border-color: #B746FB; }
span { border-color: rgb(183,70,251); }
td.TdClassName
{
border-color: #B746FB;
}
.TagClassName
{
border-color: #B746FB;
}
</style>