Shades of Dark Orchid #B928CE
Tints of Dark Orchid #B928CE
RGB
CMYK
RGB Variations
Color information
#B928CE (or 0xB928CE) is known color: Dark Orchid. HEX triplet: B9, 28 and CE. RGB value is (185,40,206). Sum of RGB (Red+Green+Blue) = 185+40+206=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #B928CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B928CE is #46D731. Grayscale: #656565. Windows color (decimal): -4642610 or 13510841. OLE color: 13510841.
HSL color Cylindrical-coordinate representation of color #B928CE: hue angle of 292.41º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B928CE is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 40 | 206 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.19 |
| HSL | 292.41º | 0.67% | 0.48% | - |
| HSV(B) | 292.41º | 0.81% | 0.81% | - |
| XYZ | 31.91 | 16.29 | 59.85 | - |
| YUV | 102.28 | 186.54 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 206 | 0.10 | 0.81 | 0 | 0.19 | 292.41 | 0.67 | 0.48 |
| Hex | B9 | 28 | CE | A | 51 | 0 | 13 | 124 | 43 | 30 |
| Octal | 271 | 50 | 316 | 12 | 121 | 0 | 23 | 444 | 103 | 60 |
| Binary | 10111001 | 101000 | 11001110 | 1010 | 1010001 | 0 | 10011 | 100100100 | 1000011 | 110000 |
Color Harmonies of #B928CE
Complementary color
Monochromatic Colors of #B928CE
Black with #B928CE
Text Example
Text Example
White with #B928CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B928CE; }
p { color: rgb(185,40,206); }
H1.HeaderClassName
{
color: #B928CE;
}
.AnyTagClassName
{
color: #B928CE;
}
</style>
background-color css
<style>
a { background-color: #B928CE; }
a { background-color: rgb(185,40,206); }
div.DivClassName
{
background-color: #B928CE;
}
.BgClassName
{
background-color: #B928CE;
}
</style>
border-color css
<style>
span { border-color: #B928CE; }
span { border-color: rgb(185,40,206); }
td.TdClassName
{
border-color: #B928CE;
}
.TagClassName
{
border-color: #B928CE;
}
</style>