Shades of Dark Orchid #B12DB4
Tints of Dark Orchid #B12DB4
RGB
CMYK
RGB Variations
Color information
#B12DB4 (or 0xB12DB4) is known color: Dark Orchid. HEX triplet: B1, 2D and B4. RGB value is (177,45,180). Sum of RGB (Red+Green+Blue) = 177+45+180=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 45 (17.97% from 255 or 11.19% from 402); Blue value is 180 (70.70% from 255 or 44.78% from 402); Max value from RGB is 180 - color contains mainly: blue. Hex color #B12DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12DB4 is #4ED24B. Grayscale: #636363. Windows color (decimal): -5165644 or 11808177. OLE color: 11808177.
HSL color Cylindrical-coordinate representation of color #B12DB4: hue angle of 298.67º 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 #B12DB4 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 45 | 180 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.29 |
| HSL | 298.67º | 0.6% | 0.44% | - |
| HSV(B) | 298.67º | 0.75% | 0.71% | - |
| XYZ | 27.31 | 14.52 | 44.54 | - |
| YUV | 99.86 | 173.23 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 180 | 0.02 | 0.75 | 0 | 0.29 | 298.67 | 0.6 | 0.44 |
| Hex | B1 | 2D | B4 | 2 | 4B | 0 | 1D | 12B | 3C | 2C |
| Octal | 261 | 55 | 264 | 2 | 113 | 0 | 35 | 453 | 74 | 54 |
| Binary | 10110001 | 101101 | 10110100 | 10 | 1001011 | 0 | 11101 | 100101011 | 111100 | 101100 |
Color Harmonies of #B12DB4
Complementary color
Monochromatic Colors of #B12DB4
Black with #B12DB4
Text Example
Text Example
White with #B12DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12DB4; }
p { color: rgb(177,45,180); }
H1.HeaderClassName
{
color: #B12DB4;
}
.AnyTagClassName
{
color: #B12DB4;
}
</style>
background-color css
<style>
a { background-color: #B12DB4; }
a { background-color: rgb(177,45,180); }
div.DivClassName
{
background-color: #B12DB4;
}
.BgClassName
{
background-color: #B12DB4;
}
</style>
border-color css
<style>
span { border-color: #B12DB4; }
span { border-color: rgb(177,45,180); }
td.TdClassName
{
border-color: #B12DB4;
}
.TagClassName
{
border-color: #B12DB4;
}
</style>