Shades of Medium Orchid #B046F3
Tints of Medium Orchid #B046F3
RGB
CMYK
RGB Variations
Color information
#B046F3 (or 0xB046F3) is known color: Medium Orchid. HEX triplet: B0, 46 and F3. RGB value is (176,70,243). Sum of RGB (Red+Green+Blue) = 176+70+243=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 70 (27.73% from 255 or 14.31% from 489); Blue value is 243 (95.31% from 255 or 49.69% from 489); Max value from RGB is 243 - color contains mainly: blue. Hex color #B046F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B046F3 is #4FB90C. Grayscale: #787878. Windows color (decimal): -5224717 or 15943344. OLE color: 15943344.
HSL color Cylindrical-coordinate representation of color #B046F3: hue angle of 276.76º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B046F3 is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 70 | 243 | - |
| CMYK | 0.28 | 0.71 | 0 | 0.05 |
| HSL | 276.76º | 0.88% | 0.61% | - |
| HSV(B) | 276.76º | 0.71% | 0.95% | - |
| XYZ | 36.27 | 20.08 | 86.76 | - |
| YUV | 121.42 | 196.62 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 70 | 243 | 0.28 | 0.71 | 0 | 0.05 | 276.76 | 0.88 | 0.61 |
| Hex | B0 | 46 | F3 | 1C | 47 | 0 | 5 | 115 | 58 | 3D |
| Octal | 260 | 106 | 363 | 34 | 107 | 0 | 5 | 425 | 130 | 75 |
| Binary | 10110000 | 1000110 | 11110011 | 11100 | 1000111 | 0 | 101 | 100010101 | 1011000 | 111101 |
Color Harmonies of #B046F3
Complementary color
Monochromatic Colors of #B046F3
Black with #B046F3
Text Example
Text Example
White with #B046F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B046F3; }
p { color: rgb(176,70,243); }
H1.HeaderClassName
{
color: #B046F3;
}
.AnyTagClassName
{
color: #B046F3;
}
</style>
background-color css
<style>
a { background-color: #B046F3; }
a { background-color: rgb(176,70,243); }
div.DivClassName
{
background-color: #B046F3;
}
.BgClassName
{
background-color: #B046F3;
}
</style>
border-color css
<style>
span { border-color: #B046F3; }
span { border-color: rgb(176,70,243); }
td.TdClassName
{
border-color: #B046F3;
}
.TagClassName
{
border-color: #B046F3;
}
</style>