Shades of Dark Orchid #B134BD
Tints of Dark Orchid #B134BD
RGB
CMYK
RGB Variations
Color information
#B134BD (or 0xB134BD) is known color: Dark Orchid. HEX triplet: B1, 34 and BD. RGB value is (177,52,189). Sum of RGB (Red+Green+Blue) = 177+52+189=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 52 (20.70% from 255 or 12.44% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #B134BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B134BD is #4ECB42. Grayscale: #686868. Windows color (decimal): -5163843 or 12399793. OLE color: 12399793.
HSL color Cylindrical-coordinate representation of color #B134BD: hue angle of 294.74º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B134BD is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 52 | 189 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.26 |
| HSL | 294.74º | 0.57% | 0.47% | - |
| HSV(B) | 294.74º | 0.72% | 0.74% | - |
| XYZ | 28.54 | 15.48 | 49.63 | - |
| YUV | 104.99 | 175.41 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 52 | 189 | 0.06 | 0.72 | 0 | 0.26 | 294.74 | 0.57 | 0.47 |
| Hex | B1 | 34 | BD | 6 | 48 | 0 | 1A | 127 | 39 | 2F |
| Octal | 261 | 64 | 275 | 6 | 110 | 0 | 32 | 447 | 71 | 57 |
| Binary | 10110001 | 110100 | 10111101 | 110 | 1001000 | 0 | 11010 | 100100111 | 111001 | 101111 |
Color Harmonies of #B134BD
Complementary color
Monochromatic Colors of #B134BD
Black with #B134BD
Text Example
Text Example
White with #B134BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B134BD; }
p { color: rgb(177,52,189); }
H1.HeaderClassName
{
color: #B134BD;
}
.AnyTagClassName
{
color: #B134BD;
}
</style>
background-color css
<style>
a { background-color: #B134BD; }
a { background-color: rgb(177,52,189); }
div.DivClassName
{
background-color: #B134BD;
}
.BgClassName
{
background-color: #B134BD;
}
</style>
border-color css
<style>
span { border-color: #B134BD; }
span { border-color: rgb(177,52,189); }
td.TdClassName
{
border-color: #B134BD;
}
.TagClassName
{
border-color: #B134BD;
}
</style>