Shades of Dark Orchid #B124C7
Tints of Dark Orchid #B124C7
RGB
CMYK
RGB Variations
Color information
#B124C7 (or 0xB124C7) is known color: Dark Orchid. HEX triplet: B1, 24 and C7. RGB value is (177,36,199). Sum of RGB (Red+Green+Blue) = 177+36+199=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 199 (78.12% from 255 or 48.30% from 412); Max value from RGB is 199 - color contains mainly: blue. Hex color #B124C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B124C7 is #4EDB38. Grayscale: #606060. Windows color (decimal): -5167929 or 13051057. OLE color: 13051057.
HSL color Cylindrical-coordinate representation of color #B124C7: hue angle of 291.9º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B124C7 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 36 | 199 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.22 |
| HSL | 291.9º | 0.69% | 0.46% | - |
| HSV(B) | 291.9º | 0.82% | 0.78% | - |
| XYZ | 29.07 | 14.73 | 55.34 | - |
| YUV | 96.74 | 185.71 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 199 | 0.11 | 0.82 | 0 | 0.22 | 291.9 | 0.69 | 0.46 |
| Hex | B1 | 24 | C7 | B | 52 | 0 | 16 | 124 | 45 | 2E |
| Octal | 261 | 44 | 307 | 13 | 122 | 0 | 26 | 444 | 105 | 56 |
| Binary | 10110001 | 100100 | 11000111 | 1011 | 1010010 | 0 | 10110 | 100100100 | 1000101 | 101110 |
Color Harmonies of #B124C7
Complementary color
Monochromatic Colors of #B124C7
Black with #B124C7
Text Example
Text Example
White with #B124C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B124C7; }
p { color: rgb(177,36,199); }
H1.HeaderClassName
{
color: #B124C7;
}
.AnyTagClassName
{
color: #B124C7;
}
</style>
background-color css
<style>
a { background-color: #B124C7; }
a { background-color: rgb(177,36,199); }
div.DivClassName
{
background-color: #B124C7;
}
.BgClassName
{
background-color: #B124C7;
}
</style>
border-color css
<style>
span { border-color: #B124C7; }
span { border-color: rgb(177,36,199); }
td.TdClassName
{
border-color: #B124C7;
}
.TagClassName
{
border-color: #B124C7;
}
</style>