Shades of Dark Orchid #B13ACD
Tints of Dark Orchid #B13ACD
RGB
CMYK
RGB Variations
Color information
#B13ACD (or 0xB13ACD) is known color: Dark Orchid. HEX triplet: B1, 3A and CD. RGB value is (177,58,205). Sum of RGB (Red+Green+Blue) = 177+58+205=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 58 (23.05% from 255 or 13.18% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #B13ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13ACD is #4EC532. Grayscale: #6D6D6D. Windows color (decimal): -5162291 or 13449905. OLE color: 13449905.
HSL color Cylindrical-coordinate representation of color #B13ACD: hue angle of 288.57º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B13ACD is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 58 | 205 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.20 |
| HSL | 288.57º | 0.6% | 0.52% | - |
| HSV(B) | 288.57º | 0.72% | 0.8% | - |
| XYZ | 30.66 | 16.78 | 59.38 | - |
| YUV | 110.34 | 181.42 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 58 | 205 | 0.14 | 0.72 | 0 | 0.20 | 288.57 | 0.6 | 0.52 |
| Hex | B1 | 3A | CD | E | 48 | 0 | 14 | 121 | 3C | 34 |
| Octal | 261 | 72 | 315 | 16 | 110 | 0 | 24 | 441 | 74 | 64 |
| Binary | 10110001 | 111010 | 11001101 | 1110 | 1001000 | 0 | 10100 | 100100001 | 111100 | 110100 |
Color Harmonies of #B13ACD
Complementary color
Monochromatic Colors of #B13ACD
Black with #B13ACD
Text Example
Text Example
White with #B13ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13ACD; }
p { color: rgb(177,58,205); }
H1.HeaderClassName
{
color: #B13ACD;
}
.AnyTagClassName
{
color: #B13ACD;
}
</style>
background-color css
<style>
a { background-color: #B13ACD; }
a { background-color: rgb(177,58,205); }
div.DivClassName
{
background-color: #B13ACD;
}
.BgClassName
{
background-color: #B13ACD;
}
</style>
border-color css
<style>
span { border-color: #B13ACD; }
span { border-color: rgb(177,58,205); }
td.TdClassName
{
border-color: #B13ACD;
}
.TagClassName
{
border-color: #B13ACD;
}
</style>