Shades of Medium Orchid #B735E5
Tints of Medium Orchid #B735E5
RGB
CMYK
RGB Variations
Color information
#B735E5 (or 0xB735E5) is known color: Medium Orchid. HEX triplet: B7, 35 and E5. RGB value is (183,53,229). Sum of RGB (Red+Green+Blue) = 183+53+229=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 53 (21.09% from 255 or 11.40% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #B735E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B735E5 is #48CA1A. Grayscale: #6F6F6F. Windows color (decimal): -4770331 or 15021495. OLE color: 15021495.
HSL color Cylindrical-coordinate representation of color #B735E5: hue angle of 284.32º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B735E5 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 53 | 229 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.10 |
| HSL | 284.32º | 0.77% | 0.55% | - |
| HSV(B) | 284.32º | 0.77% | 0.9% | - |
| XYZ | 34.94 | 18.27 | 75.81 | - |
| YUV | 111.93 | 194.07 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 229 | 0.20 | 0.77 | 0 | 0.10 | 284.32 | 0.77 | 0.55 |
| Hex | B7 | 35 | E5 | 14 | 4D | 0 | A | 11C | 4D | 37 |
| Octal | 267 | 65 | 345 | 24 | 115 | 0 | 12 | 434 | 115 | 67 |
| Binary | 10110111 | 110101 | 11100101 | 10100 | 1001101 | 0 | 1010 | 100011100 | 1001101 | 110111 |
Color Harmonies of #B735E5
Complementary color
Monochromatic Colors of #B735E5
Black with #B735E5
Text Example
Text Example
White with #B735E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B735E5; }
p { color: rgb(183,53,229); }
H1.HeaderClassName
{
color: #B735E5;
}
.AnyTagClassName
{
color: #B735E5;
}
</style>
background-color css
<style>
a { background-color: #B735E5; }
a { background-color: rgb(183,53,229); }
div.DivClassName
{
background-color: #B735E5;
}
.BgClassName
{
background-color: #B735E5;
}
</style>
border-color css
<style>
span { border-color: #B735E5; }
span { border-color: rgb(183,53,229); }
td.TdClassName
{
border-color: #B735E5;
}
.TagClassName
{
border-color: #B735E5;
}
</style>