Shades of Medium Orchid #B750DD
Tints of Medium Orchid #B750DD
RGB
CMYK
RGB Variations
Color information
#B750DD (or 0xB750DD) is known color: Medium Orchid. HEX triplet: B7, 50 and DD. RGB value is (183,80,221). Sum of RGB (Red+Green+Blue) = 183+80+221=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #B750DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B750DD is #48AF22. Grayscale: #7E7E7E. Windows color (decimal): -4763427 or 14504119. OLE color: 14504119.
HSL color Cylindrical-coordinate representation of color #B750DD: hue angle of 283.83º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B750DD is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 80 | 221 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.13 |
| HSL | 283.83º | 0.67% | 0.59% | - |
| HSV(B) | 283.83º | 0.64% | 0.87% | - |
| XYZ | 35.45 | 21.03 | 70.6 | - |
| YUV | 126.87 | 181.12 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 80 | 221 | 0.17 | 0.64 | 0 | 0.13 | 283.83 | 0.67 | 0.59 |
| Hex | B7 | 50 | DD | 11 | 40 | 0 | D | 11C | 43 | 3B |
| Octal | 267 | 120 | 335 | 21 | 100 | 0 | 15 | 434 | 103 | 73 |
| Binary | 10110111 | 1010000 | 11011101 | 10001 | 1000000 | 0 | 1101 | 100011100 | 1000011 | 111011 |
Color Harmonies of #B750DD
Complementary color
Monochromatic Colors of #B750DD
Black with #B750DD
Text Example
Text Example
White with #B750DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B750DD; }
p { color: rgb(183,80,221); }
H1.HeaderClassName
{
color: #B750DD;
}
.AnyTagClassName
{
color: #B750DD;
}
</style>
background-color css
<style>
a { background-color: #B750DD; }
a { background-color: rgb(183,80,221); }
div.DivClassName
{
background-color: #B750DD;
}
.BgClassName
{
background-color: #B750DD;
}
</style>
border-color css
<style>
span { border-color: #B750DD; }
span { border-color: rgb(183,80,221); }
td.TdClassName
{
border-color: #B750DD;
}
.TagClassName
{
border-color: #B750DD;
}
</style>