Shades of Dark Orchid #B733CF
Tints of Dark Orchid #B733CF
RGB
CMYK
RGB Variations
Color information
#B733CF (or 0xB733CF) is known color: Dark Orchid. HEX triplet: B7, 33 and CF. RGB value is (183,51,207). Sum of RGB (Red+Green+Blue) = 183+51+207=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 51 (20.31% from 255 or 11.56% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #B733CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B733CF is #48CC30. Grayscale: #6B6B6B. Windows color (decimal): -4770865 or 13579191. OLE color: 13579191.
HSL color Cylindrical-coordinate representation of color #B733CF: hue angle of 290.77º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B733CF is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 51 | 207 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.19 |
| HSL | 290.77º | 0.62% | 0.51% | - |
| HSV(B) | 290.77º | 0.75% | 0.81% | - |
| XYZ | 31.97 | 16.94 | 60.62 | - |
| YUV | 108.25 | 183.73 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 207 | 0.12 | 0.75 | 0 | 0.19 | 290.77 | 0.62 | 0.51 |
| Hex | B7 | 33 | CF | C | 4B | 0 | 13 | 123 | 3E | 33 |
| Octal | 267 | 63 | 317 | 14 | 113 | 0 | 23 | 443 | 76 | 63 |
| Binary | 10110111 | 110011 | 11001111 | 1100 | 1001011 | 0 | 10011 | 100100011 | 111110 | 110011 |
Color Harmonies of #B733CF
Complementary color
Monochromatic Colors of #B733CF
Black with #B733CF
Text Example
Text Example
White with #B733CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B733CF; }
p { color: rgb(183,51,207); }
H1.HeaderClassName
{
color: #B733CF;
}
.AnyTagClassName
{
color: #B733CF;
}
</style>
background-color css
<style>
a { background-color: #B733CF; }
a { background-color: rgb(183,51,207); }
div.DivClassName
{
background-color: #B733CF;
}
.BgClassName
{
background-color: #B733CF;
}
</style>
border-color css
<style>
span { border-color: #B733CF; }
span { border-color: rgb(183,51,207); }
td.TdClassName
{
border-color: #B733CF;
}
.TagClassName
{
border-color: #B733CF;
}
</style>