Shades of Medium Orchid #B735DD
Tints of Medium Orchid #B735DD
RGB
CMYK
RGB Variations
Color information
#B735DD (or 0xB735DD) is known color: Medium Orchid. HEX triplet: B7, 35 and DD. RGB value is (183,53,221). Sum of RGB (Red+Green+Blue) = 183+53+221=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 53 (21.09% from 255 or 11.60% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #B735DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B735DD is #48CA22. Grayscale: #6E6E6E. Windows color (decimal): -4770339 or 14497207. OLE color: 14497207.
HSL color Cylindrical-coordinate representation of color #B735DD: hue angle of 286.43º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B735DD is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 53 | 221 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.13 |
| HSL | 286.43º | 0.71% | 0.54% | - |
| HSV(B) | 286.43º | 0.76% | 0.87% | - |
| XYZ | 33.85 | 17.83 | 70.06 | - |
| YUV | 111.02 | 190.07 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 221 | 0.17 | 0.76 | 0 | 0.13 | 286.43 | 0.71 | 0.54 |
| Hex | B7 | 35 | DD | 11 | 4C | 0 | D | 11E | 47 | 36 |
| Octal | 267 | 65 | 335 | 21 | 114 | 0 | 15 | 436 | 107 | 66 |
| Binary | 10110111 | 110101 | 11011101 | 10001 | 1001100 | 0 | 1101 | 100011110 | 1000111 | 110110 |
Color Harmonies of #B735DD
Complementary color
Monochromatic Colors of #B735DD
Black with #B735DD
Text Example
Text Example
White with #B735DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B735DD; }
p { color: rgb(183,53,221); }
H1.HeaderClassName
{
color: #B735DD;
}
.AnyTagClassName
{
color: #B735DD;
}
</style>
background-color css
<style>
a { background-color: #B735DD; }
a { background-color: rgb(183,53,221); }
div.DivClassName
{
background-color: #B735DD;
}
.BgClassName
{
background-color: #B735DD;
}
</style>
border-color css
<style>
span { border-color: #B735DD; }
span { border-color: rgb(183,53,221); }
td.TdClassName
{
border-color: #B735DD;
}
.TagClassName
{
border-color: #B735DD;
}
</style>