Shades of Dark Orchid #B134C9
Tints of Dark Orchid #B134C9
RGB
CMYK
RGB Variations
Color information
#B134C9 (or 0xB134C9) is known color: Dark Orchid. HEX triplet: B1, 34 and C9. RGB value is (177,52,201). Sum of RGB (Red+Green+Blue) = 177+52+201=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 201 (78.91% from 255 or 46.74% from 430); Max value from RGB is 201 - color contains mainly: blue. Hex color #B134C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B134C9 is #4ECB36. Grayscale: #696969. Windows color (decimal): -5163831 or 13186225. OLE color: 13186225.
HSL color Cylindrical-coordinate representation of color #B134C9: hue angle of 290.34º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B134C9 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 52 | 201 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.21 |
| HSL | 290.34º | 0.59% | 0.5% | - |
| HSV(B) | 290.34º | 0.74% | 0.79% | - |
| XYZ | 29.9 | 16.02 | 56.77 | - |
| YUV | 106.36 | 181.41 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 52 | 201 | 0.12 | 0.74 | 0 | 0.21 | 290.34 | 0.59 | 0.5 |
| Hex | B1 | 34 | C9 | C | 4A | 0 | 15 | 122 | 3B | 32 |
| Octal | 261 | 64 | 311 | 14 | 112 | 0 | 25 | 442 | 73 | 62 |
| Binary | 10110001 | 110100 | 11001001 | 1100 | 1001010 | 0 | 10101 | 100100010 | 111011 | 110010 |
Color Harmonies of #B134C9
Complementary color
Monochromatic Colors of #B134C9
Black with #B134C9
Text Example
Text Example
White with #B134C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B134C9; }
p { color: rgb(177,52,201); }
H1.HeaderClassName
{
color: #B134C9;
}
.AnyTagClassName
{
color: #B134C9;
}
</style>
background-color css
<style>
a { background-color: #B134C9; }
a { background-color: rgb(177,52,201); }
div.DivClassName
{
background-color: #B134C9;
}
.BgClassName
{
background-color: #B134C9;
}
</style>
border-color css
<style>
span { border-color: #B134C9; }
span { border-color: rgb(177,52,201); }
td.TdClassName
{
border-color: #B134C9;
}
.TagClassName
{
border-color: #B134C9;
}
</style>