Shades of Medium Orchid #B733EC
Tints of Medium Orchid #B733EC
RGB
CMYK
RGB Variations
Color information
#B733EC (or 0xB733EC) is known color: Medium Orchid. HEX triplet: B7, 33 and EC. RGB value is (183,51,236). Sum of RGB (Red+Green+Blue) = 183+51+236=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 51 (20.31% from 255 or 10.85% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #B733EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B733EC is #48CC13. Grayscale: #6E6E6E. Windows color (decimal): -4770836 or 15479735. OLE color: 15479735.
HSL color Cylindrical-coordinate representation of color #B733EC: hue angle of 282.81º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B733EC is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 51 | 236 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.07 |
| HSL | 282.81º | 0.83% | 0.56% | - |
| HSV(B) | 282.81º | 0.78% | 0.93% | - |
| XYZ | 35.85 | 18.49 | 81.04 | - |
| YUV | 111.56 | 198.23 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 236 | 0.22 | 0.78 | 0 | 0.07 | 282.81 | 0.83 | 0.56 |
| Hex | B7 | 33 | EC | 16 | 4E | 0 | 7 | 11B | 53 | 38 |
| Octal | 267 | 63 | 354 | 26 | 116 | 0 | 7 | 433 | 123 | 70 |
| Binary | 10110111 | 110011 | 11101100 | 10110 | 1001110 | 0 | 111 | 100011011 | 1010011 | 111000 |
Color Harmonies of #B733EC
Complementary color
Monochromatic Colors of #B733EC
Black with #B733EC
Text Example
Text Example
White with #B733EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B733EC; }
p { color: rgb(183,51,236); }
H1.HeaderClassName
{
color: #B733EC;
}
.AnyTagClassName
{
color: #B733EC;
}
</style>
background-color css
<style>
a { background-color: #B733EC; }
a { background-color: rgb(183,51,236); }
div.DivClassName
{
background-color: #B733EC;
}
.BgClassName
{
background-color: #B733EC;
}
</style>
border-color css
<style>
span { border-color: #B733EC; }
span { border-color: rgb(183,51,236); }
td.TdClassName
{
border-color: #B733EC;
}
.TagClassName
{
border-color: #B733EC;
}
</style>