Shades of Dark Orchid #B929C9
Tints of Dark Orchid #B929C9
RGB
CMYK
RGB Variations
Color information
#B929C9 (or 0xB929C9) is known color: Dark Orchid. HEX triplet: B9, 29 and C9. RGB value is (185,41,201). Sum of RGB (Red+Green+Blue) = 185+41+201=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #B929C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B929C9 is #46D636. Grayscale: #656565. Windows color (decimal): -4642359 or 13183417. OLE color: 13183417.
HSL color Cylindrical-coordinate representation of color #B929C9: hue angle of 294º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B929C9 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 41 | 201 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.21 |
| HSL | 294º | 0.66% | 0.47% | - |
| HSV(B) | 294º | 0.8% | 0.79% | - |
| XYZ | 31.34 | 16.12 | 56.72 | - |
| YUV | 102.3 | 183.71 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 41 | 201 | 0.08 | 0.80 | 0 | 0.21 | 294 | 0.66 | 0.47 |
| Hex | B9 | 29 | C9 | 8 | 50 | 0 | 15 | 126 | 42 | 2F |
| Octal | 271 | 51 | 311 | 10 | 120 | 0 | 25 | 446 | 102 | 57 |
| Binary | 10111001 | 101001 | 11001001 | 1000 | 1010000 | 0 | 10101 | 100100110 | 1000010 | 101111 |
Color Harmonies of #B929C9
Complementary color
Monochromatic Colors of #B929C9
Black with #B929C9
Text Example
Text Example
White with #B929C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B929C9; }
p { color: rgb(185,41,201); }
H1.HeaderClassName
{
color: #B929C9;
}
.AnyTagClassName
{
color: #B929C9;
}
</style>
background-color css
<style>
a { background-color: #B929C9; }
a { background-color: rgb(185,41,201); }
div.DivClassName
{
background-color: #B929C9;
}
.BgClassName
{
background-color: #B929C9;
}
</style>
border-color css
<style>
span { border-color: #B929C9; }
span { border-color: rgb(185,41,201); }
td.TdClassName
{
border-color: #B929C9;
}
.TagClassName
{
border-color: #B929C9;
}
</style>