Shades of Dark Orchid #B13ADB
Tints of Dark Orchid #B13ADB
RGB
CMYK
RGB Variations
Color information
#B13ADB (or 0xB13ADB) is known color: Dark Orchid. HEX triplet: B1, 3A and DB. RGB value is (177,58,219). Sum of RGB (Red+Green+Blue) = 177+58+219=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 58 (23.05% from 255 or 12.78% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #B13ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13ADB is #4EC524. Grayscale: #6F6F6F. Windows color (decimal): -5162277 or 14367409. OLE color: 14367409.
HSL color Cylindrical-coordinate representation of color #B13ADB: hue angle of 284.35º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B13ADB is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 58 | 219 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.14 |
| HSL | 284.35º | 0.69% | 0.54% | - |
| HSV(B) | 284.35º | 0.74% | 0.86% | - |
| XYZ | 32.43 | 17.49 | 68.68 | - |
| YUV | 111.94 | 188.42 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 58 | 219 | 0.19 | 0.74 | 0 | 0.14 | 284.35 | 0.69 | 0.54 |
| Hex | B1 | 3A | DB | 13 | 4A | 0 | E | 11C | 45 | 36 |
| Octal | 261 | 72 | 333 | 23 | 112 | 0 | 16 | 434 | 105 | 66 |
| Binary | 10110001 | 111010 | 11011011 | 10011 | 1001010 | 0 | 1110 | 100011100 | 1000101 | 110110 |
Color Harmonies of #B13ADB
Complementary color
Monochromatic Colors of #B13ADB
Black with #B13ADB
Text Example
Text Example
White with #B13ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13ADB; }
p { color: rgb(177,58,219); }
H1.HeaderClassName
{
color: #B13ADB;
}
.AnyTagClassName
{
color: #B13ADB;
}
</style>
background-color css
<style>
a { background-color: #B13ADB; }
a { background-color: rgb(177,58,219); }
div.DivClassName
{
background-color: #B13ADB;
}
.BgClassName
{
background-color: #B13ADB;
}
</style>
border-color css
<style>
span { border-color: #B13ADB; }
span { border-color: rgb(177,58,219); }
td.TdClassName
{
border-color: #B13ADB;
}
.TagClassName
{
border-color: #B13ADB;
}
</style>