Shades of Medium Orchid #B735E4
Tints of Medium Orchid #B735E4
RGB
CMYK
RGB Variations
Color information
#B735E4 (or 0xB735E4) is known color: Medium Orchid. HEX triplet: B7, 35 and E4. RGB value is (183,53,228). Sum of RGB (Red+Green+Blue) = 183+53+228=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 53 (21.09% from 255 or 11.42% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 228 - color contains mainly: blue. Hex color #B735E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B735E4 is #48CA1B. Grayscale: #6F6F6F. Windows color (decimal): -4770332 or 14955959. OLE color: 14955959.
HSL color Cylindrical-coordinate representation of color #B735E4: hue angle of 284.57º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B735E4 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 53 | 228 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.11 |
| HSL | 284.57º | 0.76% | 0.55% | - |
| HSV(B) | 284.57º | 0.77% | 0.89% | - |
| XYZ | 34.81 | 18.21 | 75.08 | - |
| YUV | 111.82 | 193.57 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 228 | 0.20 | 0.77 | 0 | 0.11 | 284.57 | 0.76 | 0.55 |
| Hex | B7 | 35 | E4 | 14 | 4D | 0 | B | 11D | 4C | 37 |
| Octal | 267 | 65 | 344 | 24 | 115 | 0 | 13 | 435 | 114 | 67 |
| Binary | 10110111 | 110101 | 11100100 | 10100 | 1001101 | 0 | 1011 | 100011101 | 1001100 | 110111 |
Color Harmonies of #B735E4
Complementary color
Monochromatic Colors of #B735E4
Black with #B735E4
Text Example
Text Example
White with #B735E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B735E4; }
p { color: rgb(183,53,228); }
H1.HeaderClassName
{
color: #B735E4;
}
.AnyTagClassName
{
color: #B735E4;
}
</style>
background-color css
<style>
a { background-color: #B735E4; }
a { background-color: rgb(183,53,228); }
div.DivClassName
{
background-color: #B735E4;
}
.BgClassName
{
background-color: #B735E4;
}
</style>
border-color css
<style>
span { border-color: #B735E4; }
span { border-color: rgb(183,53,228); }
td.TdClassName
{
border-color: #B735E4;
}
.TagClassName
{
border-color: #B735E4;
}
</style>