Shades of Dark Orchid #B12FBD
Tints of Dark Orchid #B12FBD
RGB
CMYK
RGB Variations
Color information
#B12FBD (or 0xB12FBD) is known color: Dark Orchid. HEX triplet: B1, 2F and BD. RGB value is (177,47,189). Sum of RGB (Red+Green+Blue) = 177+47+189=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 47 (18.75% from 255 or 11.38% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #B12FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12FBD is #4ED042. Grayscale: #656565. Windows color (decimal): -5165123 or 12398513. OLE color: 12398513.
HSL color Cylindrical-coordinate representation of color #B12FBD: hue angle of 294.93º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B12FBD is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 47 | 189 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.26 |
| HSL | 294.93º | 0.6% | 0.46% | - |
| HSV(B) | 294.93º | 0.75% | 0.74% | - |
| XYZ | 28.33 | 15.05 | 49.56 | - |
| YUV | 102.06 | 177.07 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 47 | 189 | 0.06 | 0.75 | 0 | 0.26 | 294.93 | 0.6 | 0.46 |
| Hex | B1 | 2F | BD | 6 | 4B | 0 | 1A | 127 | 3C | 2E |
| Octal | 261 | 57 | 275 | 6 | 113 | 0 | 32 | 447 | 74 | 56 |
| Binary | 10110001 | 101111 | 10111101 | 110 | 1001011 | 0 | 11010 | 100100111 | 111100 | 101110 |
Color Harmonies of #B12FBD
Complementary color
Monochromatic Colors of #B12FBD
Black with #B12FBD
Text Example
Text Example
White with #B12FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12FBD; }
p { color: rgb(177,47,189); }
H1.HeaderClassName
{
color: #B12FBD;
}
.AnyTagClassName
{
color: #B12FBD;
}
</style>
background-color css
<style>
a { background-color: #B12FBD; }
a { background-color: rgb(177,47,189); }
div.DivClassName
{
background-color: #B12FBD;
}
.BgClassName
{
background-color: #B12FBD;
}
</style>
border-color css
<style>
span { border-color: #B12FBD; }
span { border-color: rgb(177,47,189); }
td.TdClassName
{
border-color: #B12FBD;
}
.TagClassName
{
border-color: #B12FBD;
}
</style>