Shades of Medium Orchid #B733E6
Tints of Medium Orchid #B733E6
RGB
CMYK
RGB Variations
Color information
#B733E6 (or 0xB733E6) is known color: Medium Orchid. HEX triplet: B7, 33 and E6. RGB value is (183,51,230). Sum of RGB (Red+Green+Blue) = 183+51+230=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 51 (20.31% from 255 or 10.99% from 464); Blue value is 230 (90.23% from 255 or 49.57% from 464); Max value from RGB is 230 - color contains mainly: blue. Hex color #B733E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B733E6 is #48CC19. Grayscale: #6E6E6E. Windows color (decimal): -4770842 or 15086519. OLE color: 15086519.
HSL color Cylindrical-coordinate representation of color #B733E6: hue angle of 284.25º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B733E6 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 51 | 230 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.10 |
| HSL | 284.25º | 0.78% | 0.55% | - |
| HSV(B) | 284.25º | 0.78% | 0.9% | - |
| XYZ | 35 | 18.15 | 76.52 | - |
| YUV | 110.87 | 195.23 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 230 | 0.20 | 0.78 | 0 | 0.10 | 284.25 | 0.78 | 0.55 |
| Hex | B7 | 33 | E6 | 14 | 4E | 0 | A | 11C | 4E | 37 |
| Octal | 267 | 63 | 346 | 24 | 116 | 0 | 12 | 434 | 116 | 67 |
| Binary | 10110111 | 110011 | 11100110 | 10100 | 1001110 | 0 | 1010 | 100011100 | 1001110 | 110111 |
Color Harmonies of #B733E6
Complementary color
Monochromatic Colors of #B733E6
Black with #B733E6
Text Example
Text Example
White with #B733E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B733E6; }
p { color: rgb(183,51,230); }
H1.HeaderClassName
{
color: #B733E6;
}
.AnyTagClassName
{
color: #B733E6;
}
</style>
background-color css
<style>
a { background-color: #B733E6; }
a { background-color: rgb(183,51,230); }
div.DivClassName
{
background-color: #B733E6;
}
.BgClassName
{
background-color: #B733E6;
}
</style>
border-color css
<style>
span { border-color: #B733E6; }
span { border-color: rgb(183,51,230); }
td.TdClassName
{
border-color: #B733E6;
}
.TagClassName
{
border-color: #B733E6;
}
</style>