Shades of Medium Orchid #B735D0
Tints of Medium Orchid #B735D0
RGB
CMYK
RGB Variations
Color information
#B735D0 (or 0xB735D0) is known color: Medium Orchid. HEX triplet: B7, 35 and D0. RGB value is (183,53,208). Sum of RGB (Red+Green+Blue) = 183+53+208=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 53 (21.09% from 255 or 11.94% from 444); Blue value is 208 (81.64% from 255 or 46.85% from 444); Max value from RGB is 208 - color contains mainly: blue. Hex color #B735D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B735D0 is #48CA2F. Grayscale: #6D6D6D. Windows color (decimal): -4770352 or 13645239. OLE color: 13645239.
HSL color Cylindrical-coordinate representation of color #B735D0: hue angle of 290.32º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B735D0 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 53 | 208 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.18 |
| HSL | 290.32º | 0.62% | 0.51% | - |
| HSV(B) | 290.32º | 0.75% | 0.82% | - |
| XYZ | 32.19 | 17.17 | 61.29 | - |
| YUV | 109.54 | 183.57 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 208 | 0.12 | 0.75 | 0 | 0.18 | 290.32 | 0.62 | 0.51 |
| Hex | B7 | 35 | D0 | C | 4B | 0 | 12 | 122 | 3E | 33 |
| Octal | 267 | 65 | 320 | 14 | 113 | 0 | 22 | 442 | 76 | 63 |
| Binary | 10110111 | 110101 | 11010000 | 1100 | 1001011 | 0 | 10010 | 100100010 | 111110 | 110011 |
Color Harmonies of #B735D0
Complementary color
Monochromatic Colors of #B735D0
Black with #B735D0
Text Example
Text Example
White with #B735D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B735D0; }
p { color: rgb(183,53,208); }
H1.HeaderClassName
{
color: #B735D0;
}
.AnyTagClassName
{
color: #B735D0;
}
</style>
background-color css
<style>
a { background-color: #B735D0; }
a { background-color: rgb(183,53,208); }
div.DivClassName
{
background-color: #B735D0;
}
.BgClassName
{
background-color: #B735D0;
}
</style>
border-color css
<style>
span { border-color: #B735D0; }
span { border-color: rgb(183,53,208); }
td.TdClassName
{
border-color: #B735D0;
}
.TagClassName
{
border-color: #B735D0;
}
</style>