Shades of Dark Orchid #B421BA
Tints of Dark Orchid #B421BA
RGB
CMYK
RGB Variations
Color information
#B421BA (or 0xB421BA) is known color: Dark Orchid. HEX triplet: B4, 21 and BA. RGB value is (180,33,186). Sum of RGB (Red+Green+Blue) = 180+33+186=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #B421BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B421BA is #4BDE45. Grayscale: #5D5D5D. Windows color (decimal): -4972102 or 12198324. OLE color: 12198324.
HSL color Cylindrical-coordinate representation of color #B421BA: hue angle of 297.65º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B421BA is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 33 | 186 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.27 |
| HSL | 297.65º | 0.7% | 0.43% | - |
| HSV(B) | 297.65º | 0.82% | 0.73% | - |
| XYZ | 28.23 | 14.34 | 47.73 | - |
| YUV | 94.4 | 179.7 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 33 | 186 | 0.03 | 0.82 | 0 | 0.27 | 297.65 | 0.7 | 0.43 |
| Hex | B4 | 21 | BA | 3 | 52 | 0 | 1B | 12A | 46 | 2B |
| Octal | 264 | 41 | 272 | 3 | 122 | 0 | 33 | 452 | 106 | 53 |
| Binary | 10110100 | 100001 | 10111010 | 11 | 1010010 | 0 | 11011 | 100101010 | 1000110 | 101011 |
Color Harmonies of #B421BA
Complementary color
Monochromatic Colors of #B421BA
Black with #B421BA
Text Example
Text Example
White with #B421BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B421BA; }
p { color: rgb(180,33,186); }
H1.HeaderClassName
{
color: #B421BA;
}
.AnyTagClassName
{
color: #B421BA;
}
</style>
background-color css
<style>
a { background-color: #B421BA; }
a { background-color: rgb(180,33,186); }
div.DivClassName
{
background-color: #B421BA;
}
.BgClassName
{
background-color: #B421BA;
}
</style>
border-color css
<style>
span { border-color: #B421BA; }
span { border-color: rgb(180,33,186); }
td.TdClassName
{
border-color: #B421BA;
}
.TagClassName
{
border-color: #B421BA;
}
</style>