Shades of Medium Orchid #B735D7
Tints of Medium Orchid #B735D7
RGB
CMYK
RGB Variations
Color information
#B735D7 (or 0xB735D7) is known color: Medium Orchid. HEX triplet: B7, 35 and D7. RGB value is (183,53,215). Sum of RGB (Red+Green+Blue) = 183+53+215=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 53 (21.09% from 255 or 11.75% from 451); Blue value is 215 (84.38% from 255 or 47.67% from 451); Max value from RGB is 215 - color contains mainly: blue. Hex color #B735D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B735D7 is #48CA28. Grayscale: #6D6D6D. Windows color (decimal): -4770345 or 14103991. OLE color: 14103991.
HSL color Cylindrical-coordinate representation of color #B735D7: hue angle of 288.15º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B735D7 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 53 | 215 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.16 |
| HSL | 288.15º | 0.67% | 0.53% | - |
| HSV(B) | 288.15º | 0.75% | 0.84% | - |
| XYZ | 33.07 | 17.52 | 65.93 | - |
| YUV | 110.34 | 187.07 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 215 | 0.15 | 0.75 | 0 | 0.16 | 288.15 | 0.67 | 0.53 |
| Hex | B7 | 35 | D7 | F | 4B | 0 | 10 | 120 | 43 | 35 |
| Octal | 267 | 65 | 327 | 17 | 113 | 0 | 20 | 440 | 103 | 65 |
| Binary | 10110111 | 110101 | 11010111 | 1111 | 1001011 | 0 | 10000 | 100100000 | 1000011 | 110101 |
Color Harmonies of #B735D7
Complementary color
Monochromatic Colors of #B735D7
Black with #B735D7
Text Example
Text Example
White with #B735D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B735D7; }
p { color: rgb(183,53,215); }
H1.HeaderClassName
{
color: #B735D7;
}
.AnyTagClassName
{
color: #B735D7;
}
</style>
background-color css
<style>
a { background-color: #B735D7; }
a { background-color: rgb(183,53,215); }
div.DivClassName
{
background-color: #B735D7;
}
.BgClassName
{
background-color: #B735D7;
}
</style>
border-color css
<style>
span { border-color: #B735D7; }
span { border-color: rgb(183,53,215); }
td.TdClassName
{
border-color: #B735D7;
}
.TagClassName
{
border-color: #B735D7;
}
</style>