Shades of Dark Orchid #B12DB5
Tints of Dark Orchid #B12DB5
RGB
CMYK
RGB Variations
Color information
#B12DB5 (or 0xB12DB5) is known color: Dark Orchid. HEX triplet: B1, 2D and B5. RGB value is (177,45,181). Sum of RGB (Red+Green+Blue) = 177+45+181=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 181 (71.09% from 255 or 44.91% from 403); Max value from RGB is 181 - color contains mainly: blue. Hex color #B12DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12DB5 is #4ED24A. Grayscale: #636363. Windows color (decimal): -5165643 or 11873713. OLE color: 11873713.
HSL color Cylindrical-coordinate representation of color #B12DB5: hue angle of 298.24º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B12DB5 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 45 | 181 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.29 |
| HSL | 298.24º | 0.6% | 0.44% | - |
| HSV(B) | 298.24º | 0.75% | 0.71% | - |
| XYZ | 27.41 | 14.56 | 45.08 | - |
| YUV | 99.97 | 173.73 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 181 | 0.02 | 0.75 | 0 | 0.29 | 298.24 | 0.6 | 0.44 |
| Hex | B1 | 2D | B5 | 2 | 4B | 0 | 1D | 12A | 3C | 2C |
| Octal | 261 | 55 | 265 | 2 | 113 | 0 | 35 | 452 | 74 | 54 |
| Binary | 10110001 | 101101 | 10110101 | 10 | 1001011 | 0 | 11101 | 100101010 | 111100 | 101100 |
Color Harmonies of #B12DB5
Complementary color
Monochromatic Colors of #B12DB5
Black with #B12DB5
Text Example
Text Example
White with #B12DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12DB5; }
p { color: rgb(177,45,181); }
H1.HeaderClassName
{
color: #B12DB5;
}
.AnyTagClassName
{
color: #B12DB5;
}
</style>
background-color css
<style>
a { background-color: #B12DB5; }
a { background-color: rgb(177,45,181); }
div.DivClassName
{
background-color: #B12DB5;
}
.BgClassName
{
background-color: #B12DB5;
}
</style>
border-color css
<style>
span { border-color: #B12DB5; }
span { border-color: rgb(177,45,181); }
td.TdClassName
{
border-color: #B12DB5;
}
.TagClassName
{
border-color: #B12DB5;
}
</style>