Shades of Medium Orchid #B754DD
Tints of Medium Orchid #B754DD
RGB
CMYK
RGB Variations
Color information
#B754DD (or 0xB754DD) is known color: Medium Orchid. HEX triplet: B7, 54 and DD. RGB value is (183,84,221). Sum of RGB (Red+Green+Blue) = 183+84+221=488 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.5% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #B754DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B754DD is #48AB22. Grayscale: #808080. Windows color (decimal): -4762403 or 14505143. OLE color: 14505143.
HSL color Cylindrical-coordinate representation of color #B754DD: hue angle of 283.36º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B754DD is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 84 | 221 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.13 |
| HSL | 283.36º | 0.67% | 0.6% | - |
| HSV(B) | 283.36º | 0.62% | 0.87% | - |
| XYZ | 35.75 | 21.63 | 70.7 | - |
| YUV | 129.22 | 179.8 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 84 | 221 | 0.17 | 0.62 | 0 | 0.13 | 283.36 | 0.67 | 0.6 |
| Hex | B7 | 54 | DD | 11 | 3E | 0 | D | 11B | 43 | 3C |
| Octal | 267 | 124 | 335 | 21 | 76 | 0 | 15 | 433 | 103 | 74 |
| Binary | 10110111 | 1010100 | 11011101 | 10001 | 111110 | 0 | 1101 | 100011011 | 1000011 | 111100 |
Color Harmonies of #B754DD
Complementary color
Monochromatic Colors of #B754DD
Black with #B754DD
Text Example
Text Example
White with #B754DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B754DD; }
p { color: rgb(183,84,221); }
H1.HeaderClassName
{
color: #B754DD;
}
.AnyTagClassName
{
color: #B754DD;
}
</style>
background-color css
<style>
a { background-color: #B754DD; }
a { background-color: rgb(183,84,221); }
div.DivClassName
{
background-color: #B754DD;
}
.BgClassName
{
background-color: #B754DD;
}
</style>
border-color css
<style>
span { border-color: #B754DD; }
span { border-color: rgb(183,84,221); }
td.TdClassName
{
border-color: #B754DD;
}
.TagClassName
{
border-color: #B754DD;
}
</style>