Shades of Dark Orchid #B623CE
Tints of Dark Orchid #B623CE
RGB
CMYK
RGB Variations
Color information
#B623CE (or 0xB623CE) is known color: Dark Orchid. HEX triplet: B6, 23 and CE. RGB value is (182,35,206). Sum of RGB (Red+Green+Blue) = 182+35+206=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 35 (14.06% from 255 or 8.27% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #B623CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B623CE is #49DC31. Grayscale: #616161. Windows color (decimal): -4840498 or 13509558. OLE color: 13509558.
HSL color Cylindrical-coordinate representation of color #B623CE: hue angle of 291.58º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B623CE is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 35 | 206 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.19 |
| HSL | 291.58º | 0.71% | 0.47% | - |
| HSV(B) | 291.58º | 0.83% | 0.81% | - |
| XYZ | 31.03 | 15.6 | 59.77 | - |
| YUV | 98.45 | 188.7 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 35 | 206 | 0.12 | 0.83 | 0 | 0.19 | 291.58 | 0.71 | 0.47 |
| Hex | B6 | 23 | CE | C | 53 | 0 | 13 | 124 | 47 | 2F |
| Octal | 266 | 43 | 316 | 14 | 123 | 0 | 23 | 444 | 107 | 57 |
| Binary | 10110110 | 100011 | 11001110 | 1100 | 1010011 | 0 | 10011 | 100100100 | 1000111 | 101111 |
Color Harmonies of #B623CE
Complementary color
Monochromatic Colors of #B623CE
Black with #B623CE
Text Example
Text Example
White with #B623CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B623CE; }
p { color: rgb(182,35,206); }
H1.HeaderClassName
{
color: #B623CE;
}
.AnyTagClassName
{
color: #B623CE;
}
</style>
background-color css
<style>
a { background-color: #B623CE; }
a { background-color: rgb(182,35,206); }
div.DivClassName
{
background-color: #B623CE;
}
.BgClassName
{
background-color: #B623CE;
}
</style>
border-color css
<style>
span { border-color: #B623CE; }
span { border-color: rgb(182,35,206); }
td.TdClassName
{
border-color: #B623CE;
}
.TagClassName
{
border-color: #B623CE;
}
</style>