Shades of Dark Orchid #B733DA
Tints of Dark Orchid #B733DA
RGB
CMYK
RGB Variations
Color information
#B733DA (or 0xB733DA) is known color: Dark Orchid. HEX triplet: B7, 33 and DA. RGB value is (183,51,218). Sum of RGB (Red+Green+Blue) = 183+51+218=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 51 (20.31% from 255 or 11.28% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #B733DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B733DA is #48CC25. Grayscale: #6C6C6C. Windows color (decimal): -4770854 or 14300087. OLE color: 14300087.
HSL color Cylindrical-coordinate representation of color #B733DA: hue angle of 287.43º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B733DA is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 51 | 218 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.15 |
| HSL | 287.43º | 0.69% | 0.53% | - |
| HSV(B) | 287.43º | 0.77% | 0.85% | - |
| XYZ | 33.37 | 17.5 | 67.95 | - |
| YUV | 109.51 | 189.23 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 218 | 0.16 | 0.77 | 0 | 0.15 | 287.43 | 0.69 | 0.53 |
| Hex | B7 | 33 | DA | 10 | 4D | 0 | F | 11F | 45 | 35 |
| Octal | 267 | 63 | 332 | 20 | 115 | 0 | 17 | 437 | 105 | 65 |
| Binary | 10110111 | 110011 | 11011010 | 10000 | 1001101 | 0 | 1111 | 100011111 | 1000101 | 110101 |
Color Harmonies of #B733DA
Complementary color
Monochromatic Colors of #B733DA
Black with #B733DA
Text Example
Text Example
White with #B733DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B733DA; }
p { color: rgb(183,51,218); }
H1.HeaderClassName
{
color: #B733DA;
}
.AnyTagClassName
{
color: #B733DA;
}
</style>
background-color css
<style>
a { background-color: #B733DA; }
a { background-color: rgb(183,51,218); }
div.DivClassName
{
background-color: #B733DA;
}
.BgClassName
{
background-color: #B733DA;
}
</style>
border-color css
<style>
span { border-color: #B733DA; }
span { border-color: rgb(183,51,218); }
td.TdClassName
{
border-color: #B733DA;
}
.TagClassName
{
border-color: #B733DA;
}
</style>