Shades of Medium Orchid #B750F6
Tints of Medium Orchid #B750F6
RGB
CMYK
RGB Variations
Color information
#B750F6 (or 0xB750F6) is known color: Medium Orchid. HEX triplet: B7, 50 and F6. RGB value is (183,80,246). Sum of RGB (Red+Green+Blue) = 183+80+246=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 80 (31.64% from 255 or 15.72% from 509); Blue value is 246 (96.48% from 255 or 48.33% from 509); Max value from RGB is 246 - color contains mainly: blue. Hex color #B750F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B750F6 is #48AF09. Grayscale: #818181. Windows color (decimal): -4763402 or 16142519. OLE color: 16142519.
HSL color Cylindrical-coordinate representation of color #B750F6: hue angle of 277.23º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B750F6 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 80 | 246 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.04 |
| HSL | 277.23º | 0.9% | 0.64% | - |
| HSV(B) | 277.23º | 0.67% | 0.96% | - |
| XYZ | 39.03 | 22.46 | 89.47 | - |
| YUV | 129.72 | 193.62 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 80 | 246 | 0.26 | 0.67 | 0 | 0.04 | 277.23 | 0.9 | 0.64 |
| Hex | B7 | 50 | F6 | 1A | 43 | 0 | 4 | 115 | 5A | 40 |
| Octal | 267 | 120 | 366 | 32 | 103 | 0 | 4 | 425 | 132 | 100 |
| Binary | 10110111 | 1010000 | 11110110 | 11010 | 1000011 | 0 | 100 | 100010101 | 1011010 | 1000000 |
Color Harmonies of #B750F6
Complementary color
Monochromatic Colors of #B750F6
Black with #B750F6
Text Example
Text Example
White with #B750F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B750F6; }
p { color: rgb(183,80,246); }
H1.HeaderClassName
{
color: #B750F6;
}
.AnyTagClassName
{
color: #B750F6;
}
</style>
background-color css
<style>
a { background-color: #B750F6; }
a { background-color: rgb(183,80,246); }
div.DivClassName
{
background-color: #B750F6;
}
.BgClassName
{
background-color: #B750F6;
}
</style>
border-color css
<style>
span { border-color: #B750F6; }
span { border-color: rgb(183,80,246); }
td.TdClassName
{
border-color: #B750F6;
}
.TagClassName
{
border-color: #B750F6;
}
</style>