Shades of Dark Orchid #B623DC
Tints of Dark Orchid #B623DC
RGB
CMYK
RGB Variations
Color information
#B623DC (or 0xB623DC) is known color: Dark Orchid. HEX triplet: B6, 23 and DC. RGB value is (182,35,220). Sum of RGB (Red+Green+Blue) = 182+35+220=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 35 (14.06% from 255 or 8.01% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #B623DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B623DC is #49DC23. Grayscale: #636363. Windows color (decimal): -4840484 or 14427062. OLE color: 14427062.
HSL color Cylindrical-coordinate representation of color #B623DC: hue angle of 287.68º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B623DC is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 35 | 220 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.14 |
| HSL | 287.68º | 0.73% | 0.5% | - |
| HSV(B) | 287.68º | 0.84% | 0.86% | - |
| XYZ | 32.81 | 16.31 | 69.13 | - |
| YUV | 100.04 | 195.7 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 35 | 220 | 0.17 | 0.84 | 0 | 0.14 | 287.68 | 0.73 | 0.5 |
| Hex | B6 | 23 | DC | 11 | 54 | 0 | E | 120 | 49 | 32 |
| Octal | 266 | 43 | 334 | 21 | 124 | 0 | 16 | 440 | 111 | 62 |
| Binary | 10110110 | 100011 | 11011100 | 10001 | 1010100 | 0 | 1110 | 100100000 | 1001001 | 110010 |
Color Harmonies of #B623DC
Complementary color
Monochromatic Colors of #B623DC
Black with #B623DC
Text Example
Text Example
White with #B623DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B623DC; }
p { color: rgb(182,35,220); }
H1.HeaderClassName
{
color: #B623DC;
}
.AnyTagClassName
{
color: #B623DC;
}
</style>
background-color css
<style>
a { background-color: #B623DC; }
a { background-color: rgb(182,35,220); }
div.DivClassName
{
background-color: #B623DC;
}
.BgClassName
{
background-color: #B623DC;
}
</style>
border-color css
<style>
span { border-color: #B623DC; }
span { border-color: rgb(182,35,220); }
td.TdClassName
{
border-color: #B623DC;
}
.TagClassName
{
border-color: #B623DC;
}
</style>