Shades of Dark Orchid #B928C9
Tints of Dark Orchid #B928C9
RGB
CMYK
RGB Variations
Color information
#B928C9 (or 0xB928C9) is known color: Dark Orchid. HEX triplet: B9, 28 and C9. RGB value is (185,40,201). Sum of RGB (Red+Green+Blue) = 185+40+201=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 201 - color contains mainly: blue. Hex color #B928C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B928C9 is #46D736. Grayscale: #656565. Windows color (decimal): -4642615 or 13183161. OLE color: 13183161.
HSL color Cylindrical-coordinate representation of color #B928C9: hue angle of 294.04º degrees, saturation: 0.67, 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 #B928C9 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 40 | 201 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.21 |
| HSL | 294.04º | 0.67% | 0.47% | - |
| HSV(B) | 294.04º | 0.8% | 0.79% | - |
| XYZ | 31.31 | 16.05 | 56.71 | - |
| YUV | 101.71 | 184.04 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 201 | 0.08 | 0.80 | 0 | 0.21 | 294.04 | 0.67 | 0.47 |
| Hex | B9 | 28 | C9 | 8 | 50 | 0 | 15 | 126 | 43 | 2F |
| Octal | 271 | 50 | 311 | 10 | 120 | 0 | 25 | 446 | 103 | 57 |
| Binary | 10111001 | 101000 | 11001001 | 1000 | 1010000 | 0 | 10101 | 100100110 | 1000011 | 101111 |
Color Harmonies of #B928C9
Complementary color
Monochromatic Colors of #B928C9
Black with #B928C9
Text Example
Text Example
White with #B928C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B928C9; }
p { color: rgb(185,40,201); }
H1.HeaderClassName
{
color: #B928C9;
}
.AnyTagClassName
{
color: #B928C9;
}
</style>
background-color css
<style>
a { background-color: #B928C9; }
a { background-color: rgb(185,40,201); }
div.DivClassName
{
background-color: #B928C9;
}
.BgClassName
{
background-color: #B928C9;
}
</style>
border-color css
<style>
span { border-color: #B928C9; }
span { border-color: rgb(185,40,201); }
td.TdClassName
{
border-color: #B928C9;
}
.TagClassName
{
border-color: #B928C9;
}
</style>