Shades of Dark Orchid #B623DD
Tints of Dark Orchid #B623DD
RGB
CMYK
RGB Variations
Color information
#B623DD (or 0xB623DD) is known color: Dark Orchid. HEX triplet: B6, 23 and DD. RGB value is (182,35,221). Sum of RGB (Red+Green+Blue) = 182+35+221=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 35 (14.06% from 255 or 7.99% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #B623DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B623DD is #49DC22. Grayscale: #636363. Windows color (decimal): -4840483 or 14492598. OLE color: 14492598.
HSL color Cylindrical-coordinate representation of color #B623DD: hue angle of 287.42º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B623DD is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 35 | 221 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.13 |
| HSL | 287.42º | 0.73% | 0.5% | - |
| HSV(B) | 287.42º | 0.84% | 0.87% | - |
| XYZ | 32.94 | 16.37 | 69.83 | - |
| YUV | 100.16 | 196.2 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 35 | 221 | 0.18 | 0.84 | 0 | 0.13 | 287.42 | 0.73 | 0.5 |
| Hex | B6 | 23 | DD | 12 | 54 | 0 | D | 11F | 49 | 32 |
| Octal | 266 | 43 | 335 | 22 | 124 | 0 | 15 | 437 | 111 | 62 |
| Binary | 10110110 | 100011 | 11011101 | 10010 | 1010100 | 0 | 1101 | 100011111 | 1001001 | 110010 |
Color Harmonies of #B623DD
Complementary color
Monochromatic Colors of #B623DD
Black with #B623DD
Text Example
Text Example
White with #B623DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B623DD; }
p { color: rgb(182,35,221); }
H1.HeaderClassName
{
color: #B623DD;
}
.AnyTagClassName
{
color: #B623DD;
}
</style>
background-color css
<style>
a { background-color: #B623DD; }
a { background-color: rgb(182,35,221); }
div.DivClassName
{
background-color: #B623DD;
}
.BgClassName
{
background-color: #B623DD;
}
</style>
border-color css
<style>
span { border-color: #B623DD; }
span { border-color: rgb(182,35,221); }
td.TdClassName
{
border-color: #B623DD;
}
.TagClassName
{
border-color: #B623DD;
}
</style>