Shades of Dark Orchid #B12EED
Tints of Dark Orchid #B12EED
RGB
CMYK
RGB Variations
Color information
#B12EED (or 0xB12EED) is known color: Dark Orchid. HEX triplet: B1, 2E and ED. RGB value is (177,46,237). Sum of RGB (Red+Green+Blue) = 177+46+237=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 46 (18.36% from 255 or 10% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #B12EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12EED is #4ED112. Grayscale: #6A6A6A. Windows color (decimal): -5165331 or 15543985. OLE color: 15543985.
HSL color Cylindrical-coordinate representation of color #B12EED: hue angle of 281.15º 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 #B12EED is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 46 | 237 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.07 |
| HSL | 281.15º | 0.84% | 0.55% | - |
| HSV(B) | 281.15º | 0.81% | 0.93% | - |
| XYZ | 34.39 | 17.42 | 81.67 | - |
| YUV | 106.94 | 201.4 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 46 | 237 | 0.25 | 0.81 | 0 | 0.07 | 281.15 | 0.84 | 0.55 |
| Hex | B1 | 2E | ED | 19 | 51 | 0 | 7 | 119 | 54 | 37 |
| Octal | 261 | 56 | 355 | 31 | 121 | 0 | 7 | 431 | 124 | 67 |
| Binary | 10110001 | 101110 | 11101101 | 11001 | 1010001 | 0 | 111 | 100011001 | 1010100 | 110111 |
Color Harmonies of #B12EED
Complementary color
Monochromatic Colors of #B12EED
Black with #B12EED
Text Example
Text Example
White with #B12EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12EED; }
p { color: rgb(177,46,237); }
H1.HeaderClassName
{
color: #B12EED;
}
.AnyTagClassName
{
color: #B12EED;
}
</style>
background-color css
<style>
a { background-color: #B12EED; }
a { background-color: rgb(177,46,237); }
div.DivClassName
{
background-color: #B12EED;
}
.BgClassName
{
background-color: #B12EED;
}
</style>
border-color css
<style>
span { border-color: #B12EED; }
span { border-color: rgb(177,46,237); }
td.TdClassName
{
border-color: #B12EED;
}
.TagClassName
{
border-color: #B12EED;
}
</style>