Shades of Dark Orchid #B12AED
Tints of Dark Orchid #B12AED
RGB
CMYK
RGB Variations
Color information
#B12AED (or 0xB12AED) is known color: Dark Orchid. HEX triplet: B1, 2A and ED. RGB value is (177,42,237). Sum of RGB (Red+Green+Blue) = 177+42+237=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 42 (16.80% from 255 or 9.21% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #B12AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12AED is #4ED512. Grayscale: #676767. Windows color (decimal): -5166355 or 15542961. OLE color: 15542961.
HSL color Cylindrical-coordinate representation of color #B12AED: hue angle of 281.54º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B12AED is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 42 | 237 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.07 |
| HSL | 281.54º | 0.84% | 0.55% | - |
| HSV(B) | 281.54º | 0.82% | 0.93% | - |
| XYZ | 34.25 | 17.12 | 81.62 | - |
| YUV | 104.6 | 202.73 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 42 | 237 | 0.25 | 0.82 | 0 | 0.07 | 281.54 | 0.84 | 0.55 |
| Hex | B1 | 2A | ED | 19 | 52 | 0 | 7 | 11A | 54 | 37 |
| Octal | 261 | 52 | 355 | 31 | 122 | 0 | 7 | 432 | 124 | 67 |
| Binary | 10110001 | 101010 | 11101101 | 11001 | 1010010 | 0 | 111 | 100011010 | 1010100 | 110111 |
Color Harmonies of #B12AED
Complementary color
Monochromatic Colors of #B12AED
Black with #B12AED
Text Example
Text Example
White with #B12AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12AED; }
p { color: rgb(177,42,237); }
H1.HeaderClassName
{
color: #B12AED;
}
.AnyTagClassName
{
color: #B12AED;
}
</style>
background-color css
<style>
a { background-color: #B12AED; }
a { background-color: rgb(177,42,237); }
div.DivClassName
{
background-color: #B12AED;
}
.BgClassName
{
background-color: #B12AED;
}
</style>
border-color css
<style>
span { border-color: #B12AED; }
span { border-color: rgb(177,42,237); }
td.TdClassName
{
border-color: #B12AED;
}
.TagClassName
{
border-color: #B12AED;
}
</style>