Shades of Dark Orchid #B134CA
Tints of Dark Orchid #B134CA
RGB
CMYK
RGB Variations
Color information
#B134CA (or 0xB134CA) is known color: Dark Orchid. HEX triplet: B1, 34 and CA. RGB value is (177,52,202). Sum of RGB (Red+Green+Blue) = 177+52+202=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #B134CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B134CA is #4ECB35. Grayscale: #6A6A6A. Windows color (decimal): -5163830 or 13251761. OLE color: 13251761.
HSL color Cylindrical-coordinate representation of color #B134CA: hue angle of 290º 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 #B134CA is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 52 | 202 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.21 |
| HSL | 290º | 0.59% | 0.5% | - |
| HSV(B) | 290º | 0.74% | 0.79% | - |
| XYZ | 30.02 | 16.07 | 57.4 | - |
| YUV | 106.48 | 181.91 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 52 | 202 | 0.12 | 0.74 | 0 | 0.21 | 290 | 0.59 | 0.5 |
| Hex | B1 | 34 | CA | C | 4A | 0 | 15 | 122 | 3B | 32 |
| Octal | 261 | 64 | 312 | 14 | 112 | 0 | 25 | 442 | 73 | 62 |
| Binary | 10110001 | 110100 | 11001010 | 1100 | 1001010 | 0 | 10101 | 100100010 | 111011 | 110010 |
Color Harmonies of #B134CA
Complementary color
Monochromatic Colors of #B134CA
Black with #B134CA
Text Example
Text Example
White with #B134CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B134CA; }
p { color: rgb(177,52,202); }
H1.HeaderClassName
{
color: #B134CA;
}
.AnyTagClassName
{
color: #B134CA;
}
</style>
background-color css
<style>
a { background-color: #B134CA; }
a { background-color: rgb(177,52,202); }
div.DivClassName
{
background-color: #B134CA;
}
.BgClassName
{
background-color: #B134CA;
}
</style>
border-color css
<style>
span { border-color: #B134CA; }
span { border-color: rgb(177,52,202); }
td.TdClassName
{
border-color: #B134CA;
}
.TagClassName
{
border-color: #B134CA;
}
</style>