Shades of Dark Orchid #B425BA
Tints of Dark Orchid #B425BA
RGB
CMYK
RGB Variations
Color information
#B425BA (or 0xB425BA) is known color: Dark Orchid. HEX triplet: B4, 25 and BA. RGB value is (180,37,186). Sum of RGB (Red+Green+Blue) = 180+37+186=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #B425BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B425BA is #4BDA45. Grayscale: #606060. Windows color (decimal): -4971078 or 12199348. OLE color: 12199348.
HSL color Cylindrical-coordinate representation of color #B425BA: hue angle of 297.58º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B425BA is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 37 | 186 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.27 |
| HSL | 297.58º | 0.67% | 0.44% | - |
| HSV(B) | 297.58º | 0.8% | 0.73% | - |
| XYZ | 28.35 | 14.57 | 47.77 | - |
| YUV | 96.74 | 178.38 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 37 | 186 | 0.03 | 0.80 | 0 | 0.27 | 297.58 | 0.67 | 0.44 |
| Hex | B4 | 25 | BA | 3 | 50 | 0 | 1B | 12A | 43 | 2C |
| Octal | 264 | 45 | 272 | 3 | 120 | 0 | 33 | 452 | 103 | 54 |
| Binary | 10110100 | 100101 | 10111010 | 11 | 1010000 | 0 | 11011 | 100101010 | 1000011 | 101100 |
Color Harmonies of #B425BA
Complementary color
Monochromatic Colors of #B425BA
Black with #B425BA
Text Example
Text Example
White with #B425BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B425BA; }
p { color: rgb(180,37,186); }
H1.HeaderClassName
{
color: #B425BA;
}
.AnyTagClassName
{
color: #B425BA;
}
</style>
background-color css
<style>
a { background-color: #B425BA; }
a { background-color: rgb(180,37,186); }
div.DivClassName
{
background-color: #B425BA;
}
.BgClassName
{
background-color: #B425BA;
}
</style>
border-color css
<style>
span { border-color: #B425BA; }
span { border-color: rgb(180,37,186); }
td.TdClassName
{
border-color: #B425BA;
}
.TagClassName
{
border-color: #B425BA;
}
</style>