Shades of Dark Orchid #B12CCA
Tints of Dark Orchid #B12CCA
RGB
CMYK
RGB Variations
Color information
#B12CCA (or 0xB12CCA) is known color: Dark Orchid. HEX triplet: B1, 2C and CA. RGB value is (177,44,202). Sum of RGB (Red+Green+Blue) = 177+44+202=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #B12CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12CCA is #4ED335. Grayscale: #656565. Windows color (decimal): -5165878 or 13249713. OLE color: 13249713.
HSL color Cylindrical-coordinate representation of color #B12CCA: hue angle of 290.51º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B12CCA is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 44 | 202 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.21 |
| HSL | 290.51º | 0.64% | 0.48% | - |
| HSV(B) | 290.51º | 0.78% | 0.79% | - |
| XYZ | 29.69 | 15.41 | 57.29 | - |
| YUV | 101.78 | 184.56 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 44 | 202 | 0.12 | 0.78 | 0 | 0.21 | 290.51 | 0.64 | 0.48 |
| Hex | B1 | 2C | CA | C | 4E | 0 | 15 | 123 | 40 | 30 |
| Octal | 261 | 54 | 312 | 14 | 116 | 0 | 25 | 443 | 100 | 60 |
| Binary | 10110001 | 101100 | 11001010 | 1100 | 1001110 | 0 | 10101 | 100100011 | 1000000 | 110000 |
Color Harmonies of #B12CCA
Complementary color
Monochromatic Colors of #B12CCA
Black with #B12CCA
Text Example
Text Example
White with #B12CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12CCA; }
p { color: rgb(177,44,202); }
H1.HeaderClassName
{
color: #B12CCA;
}
.AnyTagClassName
{
color: #B12CCA;
}
</style>
background-color css
<style>
a { background-color: #B12CCA; }
a { background-color: rgb(177,44,202); }
div.DivClassName
{
background-color: #B12CCA;
}
.BgClassName
{
background-color: #B12CCA;
}
</style>
border-color css
<style>
span { border-color: #B12CCA; }
span { border-color: rgb(177,44,202); }
td.TdClassName
{
border-color: #B12CCA;
}
.TagClassName
{
border-color: #B12CCA;
}
</style>