Shades of Dark Orchid #B733CE
Tints of Dark Orchid #B733CE
RGB
CMYK
RGB Variations
Color information
#B733CE (or 0xB733CE) is known color: Dark Orchid. HEX triplet: B7, 33 and CE. RGB value is (183,51,206). Sum of RGB (Red+Green+Blue) = 183+51+206=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 51 (20.31% from 255 or 11.59% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #B733CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B733CE is #48CC31. Grayscale: #6B6B6B. Windows color (decimal): -4770866 or 13513655. OLE color: 13513655.
HSL color Cylindrical-coordinate representation of color #B733CE: hue angle of 291.1º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B733CE is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 51 | 206 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.19 |
| HSL | 291.1º | 0.61% | 0.5% | - |
| HSV(B) | 291.1º | 0.75% | 0.81% | - |
| XYZ | 31.85 | 16.89 | 59.97 | - |
| YUV | 108.14 | 183.23 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 206 | 0.11 | 0.75 | 0 | 0.19 | 291.1 | 0.61 | 0.5 |
| Hex | B7 | 33 | CE | B | 4B | 0 | 13 | 123 | 3D | 32 |
| Octal | 267 | 63 | 316 | 13 | 113 | 0 | 23 | 443 | 75 | 62 |
| Binary | 10110111 | 110011 | 11001110 | 1011 | 1001011 | 0 | 10011 | 100100011 | 111101 | 110010 |
Color Harmonies of #B733CE
Complementary color
Monochromatic Colors of #B733CE
Black with #B733CE
Text Example
Text Example
White with #B733CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B733CE; }
p { color: rgb(183,51,206); }
H1.HeaderClassName
{
color: #B733CE;
}
.AnyTagClassName
{
color: #B733CE;
}
</style>
background-color css
<style>
a { background-color: #B733CE; }
a { background-color: rgb(183,51,206); }
div.DivClassName
{
background-color: #B733CE;
}
.BgClassName
{
background-color: #B733CE;
}
</style>
border-color css
<style>
span { border-color: #B733CE; }
span { border-color: rgb(183,51,206); }
td.TdClassName
{
border-color: #B733CE;
}
.TagClassName
{
border-color: #B733CE;
}
</style>