Shades of Dark Orchid #B12ECB
Tints of Dark Orchid #B12ECB
RGB
CMYK
RGB Variations
Color information
#B12ECB (or 0xB12ECB) is known color: Dark Orchid. HEX triplet: B1, 2E and CB. RGB value is (177,46,203). Sum of RGB (Red+Green+Blue) = 177+46+203=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 46 (18.36% from 255 or 10.80% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #B12ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12ECB is #4ED134. Grayscale: #666666. Windows color (decimal): -5165365 or 13315761. OLE color: 13315761.
HSL color Cylindrical-coordinate representation of color #B12ECB: hue angle of 290.06º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B12ECB is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 46 | 203 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.20 |
| HSL | 290.06º | 0.63% | 0.49% | - |
| HSV(B) | 290.06º | 0.77% | 0.8% | - |
| XYZ | 29.89 | 15.61 | 57.94 | - |
| YUV | 103.07 | 184.4 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 46 | 203 | 0.13 | 0.77 | 0 | 0.20 | 290.06 | 0.63 | 0.49 |
| Hex | B1 | 2E | CB | D | 4D | 0 | 14 | 122 | 3F | 31 |
| Octal | 261 | 56 | 313 | 15 | 115 | 0 | 24 | 442 | 77 | 61 |
| Binary | 10110001 | 101110 | 11001011 | 1101 | 1001101 | 0 | 10100 | 100100010 | 111111 | 110001 |
Color Harmonies of #B12ECB
Complementary color
Monochromatic Colors of #B12ECB
Black with #B12ECB
Text Example
Text Example
White with #B12ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12ECB; }
p { color: rgb(177,46,203); }
H1.HeaderClassName
{
color: #B12ECB;
}
.AnyTagClassName
{
color: #B12ECB;
}
</style>
background-color css
<style>
a { background-color: #B12ECB; }
a { background-color: rgb(177,46,203); }
div.DivClassName
{
background-color: #B12ECB;
}
.BgClassName
{
background-color: #B12ECB;
}
</style>
border-color css
<style>
span { border-color: #B12ECB; }
span { border-color: rgb(177,46,203); }
td.TdClassName
{
border-color: #B12ECB;
}
.TagClassName
{
border-color: #B12ECB;
}
</style>