Shades of Medium Orchid #B735CD
Tints of Medium Orchid #B735CD
RGB
CMYK
RGB Variations
Color information
#B735CD (or 0xB735CD) is known color: Medium Orchid. HEX triplet: B7, 35 and CD. RGB value is (183,53,205). Sum of RGB (Red+Green+Blue) = 183+53+205=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 53 (21.09% from 255 or 12.02% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #B735CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B735CD is #48CA32. Grayscale: #6C6C6C. Windows color (decimal): -4770355 or 13448631. OLE color: 13448631.
HSL color Cylindrical-coordinate representation of color #B735CD: hue angle of 291.32º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B735CD is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 53 | 205 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.20 |
| HSL | 291.32º | 0.6% | 0.51% | - |
| HSV(B) | 291.32º | 0.74% | 0.8% | - |
| XYZ | 31.82 | 17.02 | 59.37 | - |
| YUV | 109.2 | 182.07 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 205 | 0.11 | 0.74 | 0 | 0.20 | 291.32 | 0.6 | 0.51 |
| Hex | B7 | 35 | CD | B | 4A | 0 | 14 | 123 | 3C | 33 |
| Octal | 267 | 65 | 315 | 13 | 112 | 0 | 24 | 443 | 74 | 63 |
| Binary | 10110111 | 110101 | 11001101 | 1011 | 1001010 | 0 | 10100 | 100100011 | 111100 | 110011 |
Color Harmonies of #B735CD
Complementary color
Monochromatic Colors of #B735CD
Black with #B735CD
Text Example
Text Example
White with #B735CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B735CD; }
p { color: rgb(183,53,205); }
H1.HeaderClassName
{
color: #B735CD;
}
.AnyTagClassName
{
color: #B735CD;
}
</style>
background-color css
<style>
a { background-color: #B735CD; }
a { background-color: rgb(183,53,205); }
div.DivClassName
{
background-color: #B735CD;
}
.BgClassName
{
background-color: #B735CD;
}
</style>
border-color css
<style>
span { border-color: #B735CD; }
span { border-color: rgb(183,53,205); }
td.TdClassName
{
border-color: #B735CD;
}
.TagClassName
{
border-color: #B735CD;
}
</style>