Shades of Dark Orchid #B123EA
Tints of Dark Orchid #B123EA
RGB
CMYK
RGB Variations
Color information
#B123EA (or 0xB123EA) is known color: Dark Orchid. HEX triplet: B1, 23 and EA. RGB value is (177,35,234). Sum of RGB (Red+Green+Blue) = 177+35+234=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 35 (14.06% from 255 or 7.85% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #B123EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B123EA is #4EDC15. Grayscale: #636363. Windows color (decimal): -5168150 or 15344561. OLE color: 15344561.
HSL color Cylindrical-coordinate representation of color #B123EA: hue angle of 282.81º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B123EA is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 35 | 234 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.08 |
| HSL | 282.81º | 0.83% | 0.53% | - |
| HSV(B) | 282.81º | 0.85% | 0.92% | - |
| XYZ | 33.58 | 16.49 | 79.25 | - |
| YUV | 100.14 | 203.54 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 234 | 0.24 | 0.85 | 0 | 0.08 | 282.81 | 0.83 | 0.53 |
| Hex | B1 | 23 | EA | 18 | 55 | 0 | 8 | 11B | 53 | 35 |
| Octal | 261 | 43 | 352 | 30 | 125 | 0 | 10 | 433 | 123 | 65 |
| Binary | 10110001 | 100011 | 11101010 | 11000 | 1010101 | 0 | 1000 | 100011011 | 1010011 | 110101 |
Color Harmonies of #B123EA
Complementary color
Monochromatic Colors of #B123EA
Black with #B123EA
Text Example
Text Example
White with #B123EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B123EA; }
p { color: rgb(177,35,234); }
H1.HeaderClassName
{
color: #B123EA;
}
.AnyTagClassName
{
color: #B123EA;
}
</style>
background-color css
<style>
a { background-color: #B123EA; }
a { background-color: rgb(177,35,234); }
div.DivClassName
{
background-color: #B123EA;
}
.BgClassName
{
background-color: #B123EA;
}
</style>
border-color css
<style>
span { border-color: #B123EA; }
span { border-color: rgb(177,35,234); }
td.TdClassName
{
border-color: #B123EA;
}
.TagClassName
{
border-color: #B123EA;
}
</style>