Shades of Dark Orchid #B930CE
Tints of Dark Orchid #B930CE
RGB
CMYK
RGB Variations
Color information
#B930CE (or 0xB930CE) is known color: Dark Orchid. HEX triplet: B9, 30 and CE. RGB value is (185,48,206). Sum of RGB (Red+Green+Blue) = 185+48+206=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #B930CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B930CE is #46CF31. Grayscale: #6A6A6A. Windows color (decimal): -4640562 or 13512889. OLE color: 13512889.
HSL color Cylindrical-coordinate representation of color #B930CE: hue angle of 292.03º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B930CE is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 48 | 206 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.19 |
| HSL | 292.03º | 0.62% | 0.5% | - |
| HSV(B) | 292.03º | 0.77% | 0.81% | - |
| XYZ | 32.21 | 16.88 | 59.95 | - |
| YUV | 106.98 | 183.89 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 206 | 0.10 | 0.77 | 0 | 0.19 | 292.03 | 0.62 | 0.5 |
| Hex | B9 | 30 | CE | A | 4D | 0 | 13 | 124 | 3E | 32 |
| Octal | 271 | 60 | 316 | 12 | 115 | 0 | 23 | 444 | 76 | 62 |
| Binary | 10111001 | 110000 | 11001110 | 1010 | 1001101 | 0 | 10011 | 100100100 | 111110 | 110010 |
Color Harmonies of #B930CE
Complementary color
Monochromatic Colors of #B930CE
Black with #B930CE
Text Example
Text Example
White with #B930CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B930CE; }
p { color: rgb(185,48,206); }
H1.HeaderClassName
{
color: #B930CE;
}
.AnyTagClassName
{
color: #B930CE;
}
</style>
background-color css
<style>
a { background-color: #B930CE; }
a { background-color: rgb(185,48,206); }
div.DivClassName
{
background-color: #B930CE;
}
.BgClassName
{
background-color: #B930CE;
}
</style>
border-color css
<style>
span { border-color: #B930CE; }
span { border-color: rgb(185,48,206); }
td.TdClassName
{
border-color: #B930CE;
}
.TagClassName
{
border-color: #B930CE;
}
</style>