Shades of Medium Orchid #B735CF
Tints of Medium Orchid #B735CF
RGB
CMYK
RGB Variations
Color information
#B735CF (or 0xB735CF) is known color: Medium Orchid. HEX triplet: B7, 35 and CF. RGB value is (183,53,207). Sum of RGB (Red+Green+Blue) = 183+53+207=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 53 (21.09% from 255 or 11.96% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #B735CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B735CF is #48CA30. Grayscale: #6C6C6C. Windows color (decimal): -4770353 or 13579703. OLE color: 13579703.
HSL color Cylindrical-coordinate representation of color #B735CF: hue angle of 290.65º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B735CF is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 53 | 207 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.19 |
| HSL | 290.65º | 0.62% | 0.51% | - |
| HSV(B) | 290.65º | 0.74% | 0.81% | - |
| XYZ | 32.06 | 17.12 | 60.65 | - |
| YUV | 109.43 | 183.07 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 207 | 0.12 | 0.74 | 0 | 0.19 | 290.65 | 0.62 | 0.51 |
| Hex | B7 | 35 | CF | C | 4A | 0 | 13 | 123 | 3E | 33 |
| Octal | 267 | 65 | 317 | 14 | 112 | 0 | 23 | 443 | 76 | 63 |
| Binary | 10110111 | 110101 | 11001111 | 1100 | 1001010 | 0 | 10011 | 100100011 | 111110 | 110011 |
Color Harmonies of #B735CF
Complementary color
Monochromatic Colors of #B735CF
Black with #B735CF
Text Example
Text Example
White with #B735CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B735CF; }
p { color: rgb(183,53,207); }
H1.HeaderClassName
{
color: #B735CF;
}
.AnyTagClassName
{
color: #B735CF;
}
</style>
background-color css
<style>
a { background-color: #B735CF; }
a { background-color: rgb(183,53,207); }
div.DivClassName
{
background-color: #B735CF;
}
.BgClassName
{
background-color: #B735CF;
}
</style>
border-color css
<style>
span { border-color: #B735CF; }
span { border-color: rgb(183,53,207); }
td.TdClassName
{
border-color: #B735CF;
}
.TagClassName
{
border-color: #B735CF;
}
</style>