Shades of Medium Orchid #B735C9
Tints of Medium Orchid #B735C9
RGB
CMYK
RGB Variations
Color information
#B735C9 (or 0xB735C9) is known color: Medium Orchid. HEX triplet: B7, 35 and C9. RGB value is (183,53,201). Sum of RGB (Red+Green+Blue) = 183+53+201=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 53 (21.09% from 255 or 12.13% from 437); Blue value is 201 (78.91% from 255 or 46.00% from 437); Max value from RGB is 201 - color contains mainly: blue. Hex color #B735C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B735C9 is #48CA36. Grayscale: #6C6C6C. Windows color (decimal): -4770359 or 13186487. OLE color: 13186487.
HSL color Cylindrical-coordinate representation of color #B735C9: hue angle of 292.7º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B735C9 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 53 | 201 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.21 |
| HSL | 292.7º | 0.58% | 0.5% | - |
| HSV(B) | 292.7º | 0.74% | 0.79% | - |
| XYZ | 31.34 | 16.83 | 56.85 | - |
| YUV | 108.74 | 180.07 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 201 | 0.09 | 0.74 | 0 | 0.21 | 292.7 | 0.58 | 0.5 |
| Hex | B7 | 35 | C9 | 9 | 4A | 0 | 15 | 125 | 3A | 32 |
| Octal | 267 | 65 | 311 | 11 | 112 | 0 | 25 | 445 | 72 | 62 |
| Binary | 10110111 | 110101 | 11001001 | 1001 | 1001010 | 0 | 10101 | 100100101 | 111010 | 110010 |
Color Harmonies of #B735C9
Complementary color
Monochromatic Colors of #B735C9
Black with #B735C9
Text Example
Text Example
White with #B735C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B735C9; }
p { color: rgb(183,53,201); }
H1.HeaderClassName
{
color: #B735C9;
}
.AnyTagClassName
{
color: #B735C9;
}
</style>
background-color css
<style>
a { background-color: #B735C9; }
a { background-color: rgb(183,53,201); }
div.DivClassName
{
background-color: #B735C9;
}
.BgClassName
{
background-color: #B735C9;
}
</style>
border-color css
<style>
span { border-color: #B735C9; }
span { border-color: rgb(183,53,201); }
td.TdClassName
{
border-color: #B735C9;
}
.TagClassName
{
border-color: #B735C9;
}
</style>