Shades of Dark Orchid #B12BDE
Tints of Dark Orchid #B12BDE
RGB
CMYK
RGB Variations
Color information
#B12BDE (or 0xB12BDE) is known color: Dark Orchid. HEX triplet: B1, 2B and DE. RGB value is (177,43,222). Sum of RGB (Red+Green+Blue) = 177+43+222=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 43 (17.19% from 255 or 9.73% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #B12BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12BDE is #4ED421. Grayscale: #666666. Windows color (decimal): -5166114 or 14560177. OLE color: 14560177.
HSL color Cylindrical-coordinate representation of color #B12BDE: hue angle of 284.92º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12BDE is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 43 | 222 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.13 |
| HSL | 284.92º | 0.73% | 0.52% | - |
| HSV(B) | 284.92º | 0.81% | 0.87% | - |
| XYZ | 32.18 | 16.35 | 70.57 | - |
| YUV | 103.47 | 194.89 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 43 | 222 | 0.20 | 0.81 | 0 | 0.13 | 284.92 | 0.73 | 0.52 |
| Hex | B1 | 2B | DE | 14 | 51 | 0 | D | 11D | 49 | 34 |
| Octal | 261 | 53 | 336 | 24 | 121 | 0 | 15 | 435 | 111 | 64 |
| Binary | 10110001 | 101011 | 11011110 | 10100 | 1010001 | 0 | 1101 | 100011101 | 1001001 | 110100 |
Color Harmonies of #B12BDE
Complementary color
Monochromatic Colors of #B12BDE
Black with #B12BDE
Text Example
Text Example
White with #B12BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12BDE; }
p { color: rgb(177,43,222); }
H1.HeaderClassName
{
color: #B12BDE;
}
.AnyTagClassName
{
color: #B12BDE;
}
</style>
background-color css
<style>
a { background-color: #B12BDE; }
a { background-color: rgb(177,43,222); }
div.DivClassName
{
background-color: #B12BDE;
}
.BgClassName
{
background-color: #B12BDE;
}
</style>
border-color css
<style>
span { border-color: #B12BDE; }
span { border-color: rgb(177,43,222); }
td.TdClassName
{
border-color: #B12BDE;
}
.TagClassName
{
border-color: #B12BDE;
}
</style>