Shades of Dark Orchid #B325AF
Tints of Dark Orchid #B325AF
RGB
CMYK
RGB Variations
Color information
#B325AF (or 0xB325AF) is known color: Dark Orchid. HEX triplet: B3, 25 and AF. RGB value is (179,37,175). Sum of RGB (Red+Green+Blue) = 179+37+175=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B325AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B325AF is #4CDA50. Grayscale: #5E5E5E. Windows color (decimal): -5036625 or 11478451. OLE color: 11478451.
HSL color Cylindrical-coordinate representation of color #B325AF: hue angle of 301.69º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B325AF is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 37 | 175 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.30 |
| HSL | 301.69º | 0.66% | 0.42% | - |
| HSV(B) | 301.69º | 0.79% | 0.7% | - |
| XYZ | 26.99 | 14 | 41.84 | - |
| YUV | 95.19 | 173.04 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 37 | 175 | 0 | 0.79 | 0.02 | 0.30 | 301.69 | 0.66 | 0.42 |
| Hex | B3 | 25 | AF | 0 | 4F | 2 | 1E | 12E | 42 | 2A |
| Octal | 263 | 45 | 257 | 0 | 117 | 2 | 36 | 456 | 102 | 52 |
| Binary | 10110011 | 100101 | 10101111 | 0 | 1001111 | 10 | 11110 | 100101110 | 1000010 | 101010 |
Color Harmonies of #B325AF
Complementary color
Monochromatic Colors of #B325AF
Black with #B325AF
Text Example
Text Example
White with #B325AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B325AF; }
p { color: rgb(179,37,175); }
H1.HeaderClassName
{
color: #B325AF;
}
.AnyTagClassName
{
color: #B325AF;
}
</style>
background-color css
<style>
a { background-color: #B325AF; }
a { background-color: rgb(179,37,175); }
div.DivClassName
{
background-color: #B325AF;
}
.BgClassName
{
background-color: #B325AF;
}
</style>
border-color css
<style>
span { border-color: #B325AF; }
span { border-color: rgb(179,37,175); }
td.TdClassName
{
border-color: #B325AF;
}
.TagClassName
{
border-color: #B325AF;
}
</style>