Shades of Medium Orchid #B735E6
Tints of Medium Orchid #B735E6
RGB
CMYK
RGB Variations
Color information
#B735E6 (or 0xB735E6) is known color: Medium Orchid. HEX triplet: B7, 35 and E6. RGB value is (183,53,230). Sum of RGB (Red+Green+Blue) = 183+53+230=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 53 (21.09% from 255 or 11.37% from 466); Blue value is 230 (90.23% from 255 or 49.36% from 466); Max value from RGB is 230 - color contains mainly: blue. Hex color #B735E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B735E6 is #48CA19. Grayscale: #6F6F6F. Windows color (decimal): -4770330 or 15087031. OLE color: 15087031.
HSL color Cylindrical-coordinate representation of color #B735E6: hue angle of 284.07º degrees, saturation: 0.78, 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 #B735E6 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 53 | 230 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.10 |
| HSL | 284.07º | 0.78% | 0.55% | - |
| HSV(B) | 284.07º | 0.77% | 0.9% | - |
| XYZ | 35.08 | 18.33 | 76.55 | - |
| YUV | 112.05 | 194.57 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 230 | 0.20 | 0.77 | 0 | 0.10 | 284.07 | 0.78 | 0.55 |
| Hex | B7 | 35 | E6 | 14 | 4D | 0 | A | 11C | 4E | 37 |
| Octal | 267 | 65 | 346 | 24 | 115 | 0 | 12 | 434 | 116 | 67 |
| Binary | 10110111 | 110101 | 11100110 | 10100 | 1001101 | 0 | 1010 | 100011100 | 1001110 | 110111 |
Color Harmonies of #B735E6
Complementary color
Monochromatic Colors of #B735E6
Black with #B735E6
Text Example
Text Example
White with #B735E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B735E6; }
p { color: rgb(183,53,230); }
H1.HeaderClassName
{
color: #B735E6;
}
.AnyTagClassName
{
color: #B735E6;
}
</style>
background-color css
<style>
a { background-color: #B735E6; }
a { background-color: rgb(183,53,230); }
div.DivClassName
{
background-color: #B735E6;
}
.BgClassName
{
background-color: #B735E6;
}
</style>
border-color css
<style>
span { border-color: #B735E6; }
span { border-color: rgb(183,53,230); }
td.TdClassName
{
border-color: #B735E6;
}
.TagClassName
{
border-color: #B735E6;
}
</style>