Shades of Dark Orchid #B325DF
Tints of Dark Orchid #B325DF
RGB
CMYK
RGB Variations
Color information
#B325DF (or 0xB325DF) is known color: Dark Orchid. HEX triplet: B3, 25 and DF. RGB value is (179,37,223). Sum of RGB (Red+Green+Blue) = 179+37+223=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 37 (14.84% from 255 or 8.43% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #B325DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B325DF is #4CDA20. Grayscale: #646464. Windows color (decimal): -5036577 or 14624179. OLE color: 14624179.
HSL color Cylindrical-coordinate representation of color #B325DF: hue angle of 285.81º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B325DF is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 37 | 223 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.13 |
| HSL | 285.81º | 0.74% | 0.51% | - |
| HSV(B) | 285.81º | 0.83% | 0.87% | - |
| XYZ | 32.57 | 16.23 | 71.23 | - |
| YUV | 100.66 | 197.04 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 37 | 223 | 0.20 | 0.83 | 0 | 0.13 | 285.81 | 0.74 | 0.51 |
| Hex | B3 | 25 | DF | 14 | 53 | 0 | D | 11E | 4A | 33 |
| Octal | 263 | 45 | 337 | 24 | 123 | 0 | 15 | 436 | 112 | 63 |
| Binary | 10110011 | 100101 | 11011111 | 10100 | 1010011 | 0 | 1101 | 100011110 | 1001010 | 110011 |
Color Harmonies of #B325DF
Complementary color
Monochromatic Colors of #B325DF
Black with #B325DF
Text Example
Text Example
White with #B325DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B325DF; }
p { color: rgb(179,37,223); }
H1.HeaderClassName
{
color: #B325DF;
}
.AnyTagClassName
{
color: #B325DF;
}
</style>
background-color css
<style>
a { background-color: #B325DF; }
a { background-color: rgb(179,37,223); }
div.DivClassName
{
background-color: #B325DF;
}
.BgClassName
{
background-color: #B325DF;
}
</style>
border-color css
<style>
span { border-color: #B325DF; }
span { border-color: rgb(179,37,223); }
td.TdClassName
{
border-color: #B325DF;
}
.TagClassName
{
border-color: #B325DF;
}
</style>