Shades of Dark Orchid #B325E7
Tints of Dark Orchid #B325E7
RGB
CMYK
RGB Variations
Color information
#B325E7 (or 0xB325E7) is known color: Dark Orchid. HEX triplet: B3, 25 and E7. RGB value is (179,37,231). Sum of RGB (Red+Green+Blue) = 179+37+231=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 37 (14.84% from 255 or 8.28% from 447); Blue value is 231 (90.62% from 255 or 51.68% from 447); Max value from RGB is 231 - color contains mainly: blue. Hex color #B325E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B325E7 is #4CDA18. Grayscale: #646464. Windows color (decimal): -5036569 or 15148467. OLE color: 15148467.
HSL color Cylindrical-coordinate representation of color #B325E7: hue angle of 283.92º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B325E7 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 37 | 231 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.09 |
| HSL | 283.92º | 0.8% | 0.53% | - |
| HSV(B) | 283.92º | 0.84% | 0.91% | - |
| XYZ | 33.68 | 16.68 | 77.05 | - |
| YUV | 101.57 | 201.04 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 37 | 231 | 0.23 | 0.84 | 0 | 0.09 | 283.92 | 0.8 | 0.53 |
| Hex | B3 | 25 | E7 | 17 | 54 | 0 | 9 | 11C | 50 | 35 |
| Octal | 263 | 45 | 347 | 27 | 124 | 0 | 11 | 434 | 120 | 65 |
| Binary | 10110011 | 100101 | 11100111 | 10111 | 1010100 | 0 | 1001 | 100011100 | 1010000 | 110101 |
Color Harmonies of #B325E7
Complementary color
Monochromatic Colors of #B325E7
Black with #B325E7
Text Example
Text Example
White with #B325E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B325E7; }
p { color: rgb(179,37,231); }
H1.HeaderClassName
{
color: #B325E7;
}
.AnyTagClassName
{
color: #B325E7;
}
</style>
background-color css
<style>
a { background-color: #B325E7; }
a { background-color: rgb(179,37,231); }
div.DivClassName
{
background-color: #B325E7;
}
.BgClassName
{
background-color: #B325E7;
}
</style>
border-color css
<style>
span { border-color: #B325E7; }
span { border-color: rgb(179,37,231); }
td.TdClassName
{
border-color: #B325E7;
}
.TagClassName
{
border-color: #B325E7;
}
</style>