Shades of Dark Orchid #B233DD
Tints of Dark Orchid #B233DD
RGB
CMYK
RGB Variations
Color information
#B233DD (or 0xB233DD) is known color: Dark Orchid. HEX triplet: B2, 33 and DD. RGB value is (178,51,221). Sum of RGB (Red+Green+Blue) = 178+51+221=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 51 (20.31% from 255 or 11.33% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #B233DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B233DD is #4DCC22. Grayscale: #6B6B6B. Windows color (decimal): -5098531 or 14496690. OLE color: 14496690.
HSL color Cylindrical-coordinate representation of color #B233DD: hue angle of 284.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B233DD is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 51 | 221 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.13 |
| HSL | 284.82º | 0.71% | 0.53% | - |
| HSV(B) | 284.82º | 0.77% | 0.87% | - |
| XYZ | 32.6 | 17.05 | 69.98 | - |
| YUV | 108.35 | 191.58 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 51 | 221 | 0.19 | 0.77 | 0 | 0.13 | 284.82 | 0.71 | 0.53 |
| Hex | B2 | 33 | DD | 13 | 4D | 0 | D | 11D | 47 | 35 |
| Octal | 262 | 63 | 335 | 23 | 115 | 0 | 15 | 435 | 107 | 65 |
| Binary | 10110010 | 110011 | 11011101 | 10011 | 1001101 | 0 | 1101 | 100011101 | 1000111 | 110101 |
Color Harmonies of #B233DD
Complementary color
Monochromatic Colors of #B233DD
Black with #B233DD
Text Example
Text Example
White with #B233DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B233DD; }
p { color: rgb(178,51,221); }
H1.HeaderClassName
{
color: #B233DD;
}
.AnyTagClassName
{
color: #B233DD;
}
</style>
background-color css
<style>
a { background-color: #B233DD; }
a { background-color: rgb(178,51,221); }
div.DivClassName
{
background-color: #B233DD;
}
.BgClassName
{
background-color: #B233DD;
}
</style>
border-color css
<style>
span { border-color: #B233DD; }
span { border-color: rgb(178,51,221); }
td.TdClassName
{
border-color: #B233DD;
}
.TagClassName
{
border-color: #B233DD;
}
</style>