Shades of Dark Orchid #B326E9
Tints of Dark Orchid #B326E9
RGB
CMYK
RGB Variations
Color information
#B326E9 (or 0xB326E9) is known color: Dark Orchid. HEX triplet: B3, 26 and E9. RGB value is (179,38,233). Sum of RGB (Red+Green+Blue) = 179+38+233=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 38 (15.23% from 255 or 8.44% from 450); Blue value is 233 (91.41% from 255 or 51.78% from 450); Max value from RGB is 233 - color contains mainly: blue. Hex color #B326E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B326E9 is #4CD916. Grayscale: #656565. Windows color (decimal): -5036311 or 15279795. OLE color: 15279795.
HSL color Cylindrical-coordinate representation of color #B326E9: hue angle of 283.38º degrees, saturation: 0.82, 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 #B326E9 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 38 | 233 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.09 |
| HSL | 283.38º | 0.82% | 0.53% | - |
| HSV(B) | 283.38º | 0.84% | 0.91% | - |
| XYZ | 33.99 | 16.85 | 78.55 | - |
| YUV | 102.39 | 201.71 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 38 | 233 | 0.23 | 0.84 | 0 | 0.09 | 283.38 | 0.82 | 0.53 |
| Hex | B3 | 26 | E9 | 17 | 54 | 0 | 9 | 11B | 52 | 35 |
| Octal | 263 | 46 | 351 | 27 | 124 | 0 | 11 | 433 | 122 | 65 |
| Binary | 10110011 | 100110 | 11101001 | 10111 | 1010100 | 0 | 1001 | 100011011 | 1010010 | 110101 |
Color Harmonies of #B326E9
Complementary color
Monochromatic Colors of #B326E9
Black with #B326E9
Text Example
Text Example
White with #B326E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B326E9; }
p { color: rgb(179,38,233); }
H1.HeaderClassName
{
color: #B326E9;
}
.AnyTagClassName
{
color: #B326E9;
}
</style>
background-color css
<style>
a { background-color: #B326E9; }
a { background-color: rgb(179,38,233); }
div.DivClassName
{
background-color: #B326E9;
}
.BgClassName
{
background-color: #B326E9;
}
</style>
border-color css
<style>
span { border-color: #B326E9; }
span { border-color: rgb(179,38,233); }
td.TdClassName
{
border-color: #B326E9;
}
.TagClassName
{
border-color: #B326E9;
}
</style>