Shades of Dark Orchid #B12BC1
Tints of Dark Orchid #B12BC1
RGB
CMYK
RGB Variations
Color information
#B12BC1 (or 0xB12BC1) is known color: Dark Orchid. HEX triplet: B1, 2B and C1. RGB value is (177,43,193). Sum of RGB (Red+Green+Blue) = 177+43+193=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 193 (75.78% from 255 or 46.73% from 413); Max value from RGB is 193 - color contains mainly: blue. Hex color #B12BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12BC1 is #4ED43E. Grayscale: #636363. Windows color (decimal): -5166143 or 12659633. OLE color: 12659633.
HSL color Cylindrical-coordinate representation of color #B12BC1: hue angle of 293.6º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B12BC1 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 43 | 193 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.24 |
| HSL | 293.6º | 0.64% | 0.46% | - |
| HSV(B) | 293.6º | 0.78% | 0.76% | - |
| XYZ | 28.62 | 14.93 | 51.82 | - |
| YUV | 100.17 | 180.39 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 43 | 193 | 0.08 | 0.78 | 0 | 0.24 | 293.6 | 0.64 | 0.46 |
| Hex | B1 | 2B | C1 | 8 | 4E | 0 | 18 | 126 | 40 | 2E |
| Octal | 261 | 53 | 301 | 10 | 116 | 0 | 30 | 446 | 100 | 56 |
| Binary | 10110001 | 101011 | 11000001 | 1000 | 1001110 | 0 | 11000 | 100100110 | 1000000 | 101110 |
Color Harmonies of #B12BC1
Complementary color
Monochromatic Colors of #B12BC1
Black with #B12BC1
Text Example
Text Example
White with #B12BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12BC1; }
p { color: rgb(177,43,193); }
H1.HeaderClassName
{
color: #B12BC1;
}
.AnyTagClassName
{
color: #B12BC1;
}
</style>
background-color css
<style>
a { background-color: #B12BC1; }
a { background-color: rgb(177,43,193); }
div.DivClassName
{
background-color: #B12BC1;
}
.BgClassName
{
background-color: #B12BC1;
}
</style>
border-color css
<style>
span { border-color: #B12BC1; }
span { border-color: rgb(177,43,193); }
td.TdClassName
{
border-color: #B12BC1;
}
.TagClassName
{
border-color: #B12BC1;
}
</style>