Shades of Dark Orchid #B12DED
Tints of Dark Orchid #B12DED
RGB
CMYK
RGB Variations
Color information
#B12DED (or 0xB12DED) is known color: Dark Orchid. HEX triplet: B1, 2D and ED. RGB value is (177,45,237). Sum of RGB (Red+Green+Blue) = 177+45+237=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 45 (17.97% from 255 or 9.80% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #B12DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12DED is #4ED212. Grayscale: #696969. Windows color (decimal): -5165587 or 15543729. OLE color: 15543729.
HSL color Cylindrical-coordinate representation of color #B12DED: hue angle of 281.25º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12DED is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 45 | 237 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.07 |
| HSL | 281.25º | 0.84% | 0.55% | - |
| HSV(B) | 281.25º | 0.81% | 0.93% | - |
| XYZ | 34.36 | 17.34 | 81.66 | - |
| YUV | 106.36 | 201.73 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 237 | 0.25 | 0.81 | 0 | 0.07 | 281.25 | 0.84 | 0.55 |
| Hex | B1 | 2D | ED | 19 | 51 | 0 | 7 | 119 | 54 | 37 |
| Octal | 261 | 55 | 355 | 31 | 121 | 0 | 7 | 431 | 124 | 67 |
| Binary | 10110001 | 101101 | 11101101 | 11001 | 1010001 | 0 | 111 | 100011001 | 1010100 | 110111 |
Color Harmonies of #B12DED
Complementary color
Monochromatic Colors of #B12DED
Black with #B12DED
Text Example
Text Example
White with #B12DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12DED; }
p { color: rgb(177,45,237); }
H1.HeaderClassName
{
color: #B12DED;
}
.AnyTagClassName
{
color: #B12DED;
}
</style>
background-color css
<style>
a { background-color: #B12DED; }
a { background-color: rgb(177,45,237); }
div.DivClassName
{
background-color: #B12DED;
}
.BgClassName
{
background-color: #B12DED;
}
</style>
border-color css
<style>
span { border-color: #B12DED; }
span { border-color: rgb(177,45,237); }
td.TdClassName
{
border-color: #B12DED;
}
.TagClassName
{
border-color: #B12DED;
}
</style>