Shades of Dark Orchid #B12FDE
Tints of Dark Orchid #B12FDE
RGB
CMYK
RGB Variations
Color information
#B12FDE (or 0xB12FDE) is known color: Dark Orchid. HEX triplet: B1, 2F and DE. RGB value is (177,47,222). Sum of RGB (Red+Green+Blue) = 177+47+222=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 47 (18.75% from 255 or 10.54% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #B12FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12FDE is #4ED021. Grayscale: #696969. Windows color (decimal): -5165090 or 14561201. OLE color: 14561201.
HSL color Cylindrical-coordinate representation of color #B12FDE: hue angle of 284.57º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B12FDE is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 47 | 222 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.13 |
| HSL | 284.57º | 0.73% | 0.53% | - |
| HSV(B) | 284.57º | 0.79% | 0.87% | - |
| XYZ | 32.33 | 16.65 | 70.62 | - |
| YUV | 105.82 | 193.57 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 47 | 222 | 0.20 | 0.79 | 0 | 0.13 | 284.57 | 0.73 | 0.53 |
| Hex | B1 | 2F | DE | 14 | 4F | 0 | D | 11D | 49 | 35 |
| Octal | 261 | 57 | 336 | 24 | 117 | 0 | 15 | 435 | 111 | 65 |
| Binary | 10110001 | 101111 | 11011110 | 10100 | 1001111 | 0 | 1101 | 100011101 | 1001001 | 110101 |
Color Harmonies of #B12FDE
Complementary color
Monochromatic Colors of #B12FDE
Black with #B12FDE
Text Example
Text Example
White with #B12FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12FDE; }
p { color: rgb(177,47,222); }
H1.HeaderClassName
{
color: #B12FDE;
}
.AnyTagClassName
{
color: #B12FDE;
}
</style>
background-color css
<style>
a { background-color: #B12FDE; }
a { background-color: rgb(177,47,222); }
div.DivClassName
{
background-color: #B12FDE;
}
.BgClassName
{
background-color: #B12FDE;
}
</style>
border-color css
<style>
span { border-color: #B12FDE; }
span { border-color: rgb(177,47,222); }
td.TdClassName
{
border-color: #B12FDE;
}
.TagClassName
{
border-color: #B12FDE;
}
</style>