Shades of Dark Orchid #B929D5
Tints of Dark Orchid #B929D5
RGB
CMYK
RGB Variations
Color information
#B929D5 (or 0xB929D5) is known color: Dark Orchid. HEX triplet: B9, 29 and D5. RGB value is (185,41,213). Sum of RGB (Red+Green+Blue) = 185+41+213=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 213 (83.59% from 255 or 48.52% from 439); Max value from RGB is 213 - color contains mainly: blue. Hex color #B929D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B929D5 is #46D62A. Grayscale: #676767. Windows color (decimal): -4642347 or 13969849. OLE color: 13969849.
HSL color Cylindrical-coordinate representation of color #B929D5: hue angle of 290.23º degrees, saturation: 0.68, 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 #B929D5 is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 41 | 213 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.16 |
| HSL | 290.23º | 0.68% | 0.5% | - |
| HSV(B) | 290.23º | 0.81% | 0.84% | - |
| XYZ | 32.81 | 16.7 | 64.45 | - |
| YUV | 103.66 | 189.71 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 41 | 213 | 0.13 | 0.81 | 0 | 0.16 | 290.23 | 0.68 | 0.5 |
| Hex | B9 | 29 | D5 | D | 51 | 0 | 10 | 122 | 44 | 32 |
| Octal | 271 | 51 | 325 | 15 | 121 | 0 | 20 | 442 | 104 | 62 |
| Binary | 10111001 | 101001 | 11010101 | 1101 | 1010001 | 0 | 10000 | 100100010 | 1000100 | 110010 |
Color Harmonies of #B929D5
Complementary color
Monochromatic Colors of #B929D5
Black with #B929D5
Text Example
Text Example
White with #B929D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B929D5; }
p { color: rgb(185,41,213); }
H1.HeaderClassName
{
color: #B929D5;
}
.AnyTagClassName
{
color: #B929D5;
}
</style>
background-color css
<style>
a { background-color: #B929D5; }
a { background-color: rgb(185,41,213); }
div.DivClassName
{
background-color: #B929D5;
}
.BgClassName
{
background-color: #B929D5;
}
</style>
border-color css
<style>
span { border-color: #B929D5; }
span { border-color: rgb(185,41,213); }
td.TdClassName
{
border-color: #B929D5;
}
.TagClassName
{
border-color: #B929D5;
}
</style>