Shades of Medium Orchid #B744DD
Tints of Medium Orchid #B744DD
RGB
CMYK
RGB Variations
Color information
#B744DD (or 0xB744DD) is known color: Medium Orchid. HEX triplet: B7, 44 and DD. RGB value is (183,68,221). Sum of RGB (Red+Green+Blue) = 183+68+221=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #B744DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B744DD is #48BB22. Grayscale: #777777. Windows color (decimal): -4766499 or 14501047. OLE color: 14501047.
HSL color Cylindrical-coordinate representation of color #B744DD: hue angle of 285.1º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B744DD is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 68 | 221 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.13 |
| HSL | 285.1º | 0.69% | 0.57% | - |
| HSV(B) | 285.1º | 0.69% | 0.87% | - |
| XYZ | 34.65 | 19.42 | 70.33 | - |
| YUV | 119.83 | 185.1 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 221 | 0.17 | 0.69 | 0 | 0.13 | 285.1 | 0.69 | 0.57 |
| Hex | B7 | 44 | DD | 11 | 45 | 0 | D | 11D | 45 | 39 |
| Octal | 267 | 104 | 335 | 21 | 105 | 0 | 15 | 435 | 105 | 71 |
| Binary | 10110111 | 1000100 | 11011101 | 10001 | 1000101 | 0 | 1101 | 100011101 | 1000101 | 111001 |
Color Harmonies of #B744DD
Complementary color
Monochromatic Colors of #B744DD
Black with #B744DD
Text Example
Text Example
White with #B744DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B744DD; }
p { color: rgb(183,68,221); }
H1.HeaderClassName
{
color: #B744DD;
}
.AnyTagClassName
{
color: #B744DD;
}
</style>
background-color css
<style>
a { background-color: #B744DD; }
a { background-color: rgb(183,68,221); }
div.DivClassName
{
background-color: #B744DD;
}
.BgClassName
{
background-color: #B744DD;
}
</style>
border-color css
<style>
span { border-color: #B744DD; }
span { border-color: rgb(183,68,221); }
td.TdClassName
{
border-color: #B744DD;
}
.TagClassName
{
border-color: #B744DD;
}
</style>