Shades of Dark Orchid #B123DA
Tints of Dark Orchid #B123DA
RGB
CMYK
RGB Variations
Color information
#B123DA (or 0xB123DA) is known color: Dark Orchid. HEX triplet: B1, 23 and DA. RGB value is (177,35,218). Sum of RGB (Red+Green+Blue) = 177+35+218=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 35 (14.06% from 255 or 8.14% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #B123DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B123DA is #4EDC25. Grayscale: #616161. Windows color (decimal): -5168166 or 14295985. OLE color: 14295985.
HSL color Cylindrical-coordinate representation of color #B123DA: hue angle of 286.56º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B123DA is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 35 | 218 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.15 |
| HSL | 286.56º | 0.72% | 0.5% | - |
| HSV(B) | 286.56º | 0.84% | 0.85% | - |
| XYZ | 31.39 | 15.61 | 67.69 | - |
| YUV | 98.32 | 195.54 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 218 | 0.19 | 0.84 | 0 | 0.15 | 286.56 | 0.72 | 0.5 |
| Hex | B1 | 23 | DA | 13 | 54 | 0 | F | 11F | 48 | 32 |
| Octal | 261 | 43 | 332 | 23 | 124 | 0 | 17 | 437 | 110 | 62 |
| Binary | 10110001 | 100011 | 11011010 | 10011 | 1010100 | 0 | 1111 | 100011111 | 1001000 | 110010 |
Color Harmonies of #B123DA
Complementary color
Monochromatic Colors of #B123DA
Black with #B123DA
Text Example
Text Example
White with #B123DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B123DA; }
p { color: rgb(177,35,218); }
H1.HeaderClassName
{
color: #B123DA;
}
.AnyTagClassName
{
color: #B123DA;
}
</style>
background-color css
<style>
a { background-color: #B123DA; }
a { background-color: rgb(177,35,218); }
div.DivClassName
{
background-color: #B123DA;
}
.BgClassName
{
background-color: #B123DA;
}
</style>
border-color css
<style>
span { border-color: #B123DA; }
span { border-color: rgb(177,35,218); }
td.TdClassName
{
border-color: #B123DA;
}
.TagClassName
{
border-color: #B123DA;
}
</style>