Shades of Dark Orchid #B929D7
Tints of Dark Orchid #B929D7
RGB
CMYK
RGB Variations
Color information
#B929D7 (or 0xB929D7) is known color: Dark Orchid. HEX triplet: B9, 29 and D7. RGB value is (185,41,215). Sum of RGB (Red+Green+Blue) = 185+41+215=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 215 (84.38% from 255 or 48.75% from 441); Max value from RGB is 215 - color contains mainly: blue. Hex color #B929D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B929D7 is #46D628. Grayscale: #676767. Windows color (decimal): -4642345 or 14100921. OLE color: 14100921.
HSL color Cylindrical-coordinate representation of color #B929D7: hue angle of 289.66º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B929D7 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 41 | 215 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.16 |
| HSL | 289.66º | 0.69% | 0.5% | - |
| HSV(B) | 289.66º | 0.81% | 0.84% | - |
| XYZ | 33.07 | 16.81 | 65.79 | - |
| YUV | 103.89 | 190.71 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 41 | 215 | 0.14 | 0.81 | 0 | 0.16 | 289.66 | 0.69 | 0.5 |
| Hex | B9 | 29 | D7 | E | 51 | 0 | 10 | 122 | 45 | 32 |
| Octal | 271 | 51 | 327 | 16 | 121 | 0 | 20 | 442 | 105 | 62 |
| Binary | 10111001 | 101001 | 11010111 | 1110 | 1010001 | 0 | 10000 | 100100010 | 1000101 | 110010 |
Color Harmonies of #B929D7
Complementary color
Monochromatic Colors of #B929D7
Black with #B929D7
Text Example
Text Example
White with #B929D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B929D7; }
p { color: rgb(185,41,215); }
H1.HeaderClassName
{
color: #B929D7;
}
.AnyTagClassName
{
color: #B929D7;
}
</style>
background-color css
<style>
a { background-color: #B929D7; }
a { background-color: rgb(185,41,215); }
div.DivClassName
{
background-color: #B929D7;
}
.BgClassName
{
background-color: #B929D7;
}
</style>
border-color css
<style>
span { border-color: #B929D7; }
span { border-color: rgb(185,41,215); }
td.TdClassName
{
border-color: #B929D7;
}
.TagClassName
{
border-color: #B929D7;
}
</style>