Shades of Dark Orchid #B733D8
Tints of Dark Orchid #B733D8
RGB
CMYK
RGB Variations
Color information
#B733D8 (or 0xB733D8) is known color: Dark Orchid. HEX triplet: B7, 33 and D8. RGB value is (183,51,216). Sum of RGB (Red+Green+Blue) = 183+51+216=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 51 (20.31% from 255 or 11.33% from 450); Blue value is 216 (84.77% from 255 or 48% from 450); Max value from RGB is 216 - color contains mainly: blue. Hex color #B733D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B733D8 is #48CC27. Grayscale: #6C6C6C. Windows color (decimal): -4770856 or 14169015. OLE color: 14169015.
HSL color Cylindrical-coordinate representation of color #B733D8: hue angle of 288º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B733D8 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 51 | 216 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.15 |
| HSL | 288º | 0.68% | 0.52% | - |
| HSV(B) | 288º | 0.76% | 0.85% | - |
| XYZ | 33.11 | 17.39 | 66.58 | - |
| YUV | 109.28 | 188.23 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 216 | 0.15 | 0.76 | 0 | 0.15 | 288 | 0.68 | 0.52 |
| Hex | B7 | 33 | D8 | F | 4C | 0 | F | 120 | 44 | 34 |
| Octal | 267 | 63 | 330 | 17 | 114 | 0 | 17 | 440 | 104 | 64 |
| Binary | 10110111 | 110011 | 11011000 | 1111 | 1001100 | 0 | 1111 | 100100000 | 1000100 | 110100 |
Color Harmonies of #B733D8
Complementary color
Monochromatic Colors of #B733D8
Black with #B733D8
Text Example
Text Example
White with #B733D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B733D8; }
p { color: rgb(183,51,216); }
H1.HeaderClassName
{
color: #B733D8;
}
.AnyTagClassName
{
color: #B733D8;
}
</style>
background-color css
<style>
a { background-color: #B733D8; }
a { background-color: rgb(183,51,216); }
div.DivClassName
{
background-color: #B733D8;
}
.BgClassName
{
background-color: #B733D8;
}
</style>
border-color css
<style>
span { border-color: #B733D8; }
span { border-color: rgb(183,51,216); }
td.TdClassName
{
border-color: #B733D8;
}
.TagClassName
{
border-color: #B733D8;
}
</style>