Shades of Dark Orchid #B31DC3
Tints of Dark Orchid #B31DC3
RGB
CMYK
RGB Variations
Color information
#B31DC3 (or 0xB31DC3) is known color: Dark Orchid. HEX triplet: B3, 1D and C3. RGB value is (179,29,195). Sum of RGB (Red+Green+Blue) = 179+29+195=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 29 (11.72% from 255 or 7.20% from 403); Blue value is 195 (76.56% from 255 or 48.39% from 403); Max value from RGB is 195 - color contains mainly: blue. Hex color #B31DC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31DC3 is #4CE23C. Grayscale: #5C5C5C. Windows color (decimal): -5038653 or 12787123. OLE color: 12787123.
HSL color Cylindrical-coordinate representation of color #B31DC3: hue angle of 294.22º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31DC3 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 29 | 195 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.24 |
| HSL | 294.22º | 0.74% | 0.44% | - |
| HSV(B) | 294.22º | 0.85% | 0.76% | - |
| XYZ | 28.88 | 14.4 | 52.89 | - |
| YUV | 92.77 | 185.7 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 195 | 0.08 | 0.85 | 0 | 0.24 | 294.22 | 0.74 | 0.44 |
| Hex | B3 | 1D | C3 | 8 | 55 | 0 | 18 | 126 | 4A | 2C |
| Octal | 263 | 35 | 303 | 10 | 125 | 0 | 30 | 446 | 112 | 54 |
| Binary | 10110011 | 11101 | 11000011 | 1000 | 1010101 | 0 | 11000 | 100100110 | 1001010 | 101100 |
Color Harmonies of #B31DC3
Complementary color
Monochromatic Colors of #B31DC3
Black with #B31DC3
Text Example
Text Example
White with #B31DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31DC3; }
p { color: rgb(179,29,195); }
H1.HeaderClassName
{
color: #B31DC3;
}
.AnyTagClassName
{
color: #B31DC3;
}
</style>
background-color css
<style>
a { background-color: #B31DC3; }
a { background-color: rgb(179,29,195); }
div.DivClassName
{
background-color: #B31DC3;
}
.BgClassName
{
background-color: #B31DC3;
}
</style>
border-color css
<style>
span { border-color: #B31DC3; }
span { border-color: rgb(179,29,195); }
td.TdClassName
{
border-color: #B31DC3;
}
.TagClassName
{
border-color: #B31DC3;
}
</style>