Shades of Dark Orchid #B733DC
Tints of Dark Orchid #B733DC
RGB
CMYK
RGB Variations
Color information
#B733DC (or 0xB733DC) is known color: Dark Orchid. HEX triplet: B7, 33 and DC. RGB value is (183,51,220). Sum of RGB (Red+Green+Blue) = 183+51+220=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 51 (20.31% from 255 or 11.23% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #B733DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B733DC is #48CC23. Grayscale: #6D6D6D. Windows color (decimal): -4770852 or 14431159. OLE color: 14431159.
HSL color Cylindrical-coordinate representation of color #B733DC: hue angle of 286.86º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B733DC is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 51 | 220 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.14 |
| HSL | 286.86º | 0.71% | 0.53% | - |
| HSV(B) | 286.86º | 0.77% | 0.86% | - |
| XYZ | 33.63 | 17.6 | 69.34 | - |
| YUV | 109.73 | 190.23 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 220 | 0.17 | 0.77 | 0 | 0.14 | 286.86 | 0.71 | 0.53 |
| Hex | B7 | 33 | DC | 11 | 4D | 0 | E | 11F | 47 | 35 |
| Octal | 267 | 63 | 334 | 21 | 115 | 0 | 16 | 437 | 107 | 65 |
| Binary | 10110111 | 110011 | 11011100 | 10001 | 1001101 | 0 | 1110 | 100011111 | 1000111 | 110101 |
Color Harmonies of #B733DC
Complementary color
Monochromatic Colors of #B733DC
Black with #B733DC
Text Example
Text Example
White with #B733DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B733DC; }
p { color: rgb(183,51,220); }
H1.HeaderClassName
{
color: #B733DC;
}
.AnyTagClassName
{
color: #B733DC;
}
</style>
background-color css
<style>
a { background-color: #B733DC; }
a { background-color: rgb(183,51,220); }
div.DivClassName
{
background-color: #B733DC;
}
.BgClassName
{
background-color: #B733DC;
}
</style>
border-color css
<style>
span { border-color: #B733DC; }
span { border-color: rgb(183,51,220); }
td.TdClassName
{
border-color: #B733DC;
}
.TagClassName
{
border-color: #B733DC;
}
</style>