Shades of Dark Orchid #B12CEE
Tints of Dark Orchid #B12CEE
RGB
CMYK
RGB Variations
Color information
#B12CEE (or 0xB12CEE) is known color: Dark Orchid. HEX triplet: B1, 2C and EE. RGB value is (177,44,238). Sum of RGB (Red+Green+Blue) = 177+44+238=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 44 (17.58% from 255 or 9.59% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #B12CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12CEE is #4ED311. Grayscale: #696969. Windows color (decimal): -5165842 or 15609009. OLE color: 15609009.
HSL color Cylindrical-coordinate representation of color #B12CEE: hue angle of 281.13º degrees, saturation: 0.85, 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 #B12CEE is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 44 | 238 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.07 |
| HSL | 281.13º | 0.85% | 0.55% | - |
| HSV(B) | 281.13º | 0.82% | 0.93% | - |
| XYZ | 34.46 | 17.32 | 82.42 | - |
| YUV | 105.88 | 202.56 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 44 | 238 | 0.26 | 0.82 | 0 | 0.07 | 281.13 | 0.85 | 0.55 |
| Hex | B1 | 2C | EE | 1A | 52 | 0 | 7 | 119 | 55 | 37 |
| Octal | 261 | 54 | 356 | 32 | 122 | 0 | 7 | 431 | 125 | 67 |
| Binary | 10110001 | 101100 | 11101110 | 11010 | 1010010 | 0 | 111 | 100011001 | 1010101 | 110111 |
Color Harmonies of #B12CEE
Complementary color
Monochromatic Colors of #B12CEE
Black with #B12CEE
Text Example
Text Example
White with #B12CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12CEE; }
p { color: rgb(177,44,238); }
H1.HeaderClassName
{
color: #B12CEE;
}
.AnyTagClassName
{
color: #B12CEE;
}
</style>
background-color css
<style>
a { background-color: #B12CEE; }
a { background-color: rgb(177,44,238); }
div.DivClassName
{
background-color: #B12CEE;
}
.BgClassName
{
background-color: #B12CEE;
}
</style>
border-color css
<style>
span { border-color: #B12CEE; }
span { border-color: rgb(177,44,238); }
td.TdClassName
{
border-color: #B12CEE;
}
.TagClassName
{
border-color: #B12CEE;
}
</style>