Shades of Medium Orchid #B735ED
Tints of Medium Orchid #B735ED
RGB
CMYK
RGB Variations
Color information
#B735ED (or 0xB735ED) is known color: Medium Orchid. HEX triplet: B7, 35 and ED. RGB value is (183,53,237). Sum of RGB (Red+Green+Blue) = 183+53+237=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 53 (21.09% from 255 or 11.21% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #B735ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B735ED is #48CA12. Grayscale: #707070. Windows color (decimal): -4770323 or 15545783. OLE color: 15545783.
HSL color Cylindrical-coordinate representation of color #B735ED: hue angle of 282.39º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B735ED is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 53 | 237 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.07 |
| HSL | 282.39º | 0.84% | 0.57% | - |
| HSV(B) | 282.39º | 0.78% | 0.93% | - |
| XYZ | 36.09 | 18.73 | 81.83 | - |
| YUV | 112.85 | 198.07 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 237 | 0.23 | 0.78 | 0 | 0.07 | 282.39 | 0.84 | 0.57 |
| Hex | B7 | 35 | ED | 17 | 4E | 0 | 7 | 11A | 54 | 39 |
| Octal | 267 | 65 | 355 | 27 | 116 | 0 | 7 | 432 | 124 | 71 |
| Binary | 10110111 | 110101 | 11101101 | 10111 | 1001110 | 0 | 111 | 100011010 | 1010100 | 111001 |
Color Harmonies of #B735ED
Complementary color
Monochromatic Colors of #B735ED
Black with #B735ED
Text Example
Text Example
White with #B735ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B735ED; }
p { color: rgb(183,53,237); }
H1.HeaderClassName
{
color: #B735ED;
}
.AnyTagClassName
{
color: #B735ED;
}
</style>
background-color css
<style>
a { background-color: #B735ED; }
a { background-color: rgb(183,53,237); }
div.DivClassName
{
background-color: #B735ED;
}
.BgClassName
{
background-color: #B735ED;
}
</style>
border-color css
<style>
span { border-color: #B735ED; }
span { border-color: rgb(183,53,237); }
td.TdClassName
{
border-color: #B735ED;
}
.TagClassName
{
border-color: #B735ED;
}
</style>