Shades of Dark Orchid #B923DC
Tints of Dark Orchid #B923DC
RGB
CMYK
RGB Variations
Color information
#B923DC (or 0xB923DC) is known color: Dark Orchid. HEX triplet: B9, 23 and DC. RGB value is (185,35,220). Sum of RGB (Red+Green+Blue) = 185+35+220=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 35 (14.06% from 255 or 7.95% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #B923DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B923DC is #46DC23. Grayscale: #646464. Windows color (decimal): -4643876 or 14427065. OLE color: 14427065.
HSL color Cylindrical-coordinate representation of color #B923DC: hue angle of 288.65º 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 #B923DC is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 35 | 220 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.14 |
| HSL | 288.65º | 0.73% | 0.5% | - |
| HSV(B) | 288.65º | 0.84% | 0.86% | - |
| XYZ | 33.53 | 16.68 | 69.16 | - |
| YUV | 100.94 | 195.2 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 35 | 220 | 0.16 | 0.84 | 0 | 0.14 | 288.65 | 0.73 | 0.5 |
| Hex | B9 | 23 | DC | 10 | 54 | 0 | E | 121 | 49 | 32 |
| Octal | 271 | 43 | 334 | 20 | 124 | 0 | 16 | 441 | 111 | 62 |
| Binary | 10111001 | 100011 | 11011100 | 10000 | 1010100 | 0 | 1110 | 100100001 | 1001001 | 110010 |
Color Harmonies of #B923DC
Complementary color
Monochromatic Colors of #B923DC
Black with #B923DC
Text Example
Text Example
White with #B923DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B923DC; }
p { color: rgb(185,35,220); }
H1.HeaderClassName
{
color: #B923DC;
}
.AnyTagClassName
{
color: #B923DC;
}
</style>
background-color css
<style>
a { background-color: #B923DC; }
a { background-color: rgb(185,35,220); }
div.DivClassName
{
background-color: #B923DC;
}
.BgClassName
{
background-color: #B923DC;
}
</style>
border-color css
<style>
span { border-color: #B923DC; }
span { border-color: rgb(185,35,220); }
td.TdClassName
{
border-color: #B923DC;
}
.TagClassName
{
border-color: #B923DC;
}
</style>