Shades of Dark Orchid #B134DD
Tints of Dark Orchid #B134DD
RGB
CMYK
RGB Variations
Color information
#B134DD (or 0xB134DD) is known color: Dark Orchid. HEX triplet: B1, 34 and DD. RGB value is (177,52,221). Sum of RGB (Red+Green+Blue) = 177+52+221=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 52 (20.70% from 255 or 11.56% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #B134DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B134DD is #4ECB22. Grayscale: #6C6C6C. Windows color (decimal): -5163811 or 14496945. OLE color: 14496945.
HSL color Cylindrical-coordinate representation of color #B134DD: hue angle of 284.38º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B134DD is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 52 | 221 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.13 |
| HSL | 284.38º | 0.71% | 0.54% | - |
| HSV(B) | 284.38º | 0.76% | 0.87% | - |
| XYZ | 32.41 | 17.02 | 69.98 | - |
| YUV | 108.64 | 191.41 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 52 | 221 | 0.20 | 0.76 | 0 | 0.13 | 284.38 | 0.71 | 0.54 |
| Hex | B1 | 34 | DD | 14 | 4C | 0 | D | 11C | 47 | 36 |
| Octal | 261 | 64 | 335 | 24 | 114 | 0 | 15 | 434 | 107 | 66 |
| Binary | 10110001 | 110100 | 11011101 | 10100 | 1001100 | 0 | 1101 | 100011100 | 1000111 | 110110 |
Color Harmonies of #B134DD
Complementary color
Monochromatic Colors of #B134DD
Black with #B134DD
Text Example
Text Example
White with #B134DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B134DD; }
p { color: rgb(177,52,221); }
H1.HeaderClassName
{
color: #B134DD;
}
.AnyTagClassName
{
color: #B134DD;
}
</style>
background-color css
<style>
a { background-color: #B134DD; }
a { background-color: rgb(177,52,221); }
div.DivClassName
{
background-color: #B134DD;
}
.BgClassName
{
background-color: #B134DD;
}
</style>
border-color css
<style>
span { border-color: #B134DD; }
span { border-color: rgb(177,52,221); }
td.TdClassName
{
border-color: #B134DD;
}
.TagClassName
{
border-color: #B134DD;
}
</style>