Shades of Dark Orchid #B326C4
Tints of Dark Orchid #B326C4
RGB
CMYK
RGB Variations
Color information
#B326C4 (or 0xB326C4) is known color: Dark Orchid. HEX triplet: B3, 26 and C4. RGB value is (179,38,196). Sum of RGB (Red+Green+Blue) = 179+38+196=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 38 (15.23% from 255 or 9.20% from 413); Blue value is 196 (76.95% from 255 or 47.46% from 413); Max value from RGB is 196 - color contains mainly: blue. Hex color #B326C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B326C4 is #4CD93B. Grayscale: #616161. Windows color (decimal): -5036348 or 12854963. OLE color: 12854963.
HSL color Cylindrical-coordinate representation of color #B326C4: hue angle of 293.54º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B326C4 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 38 | 196 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.23 |
| HSL | 293.54º | 0.68% | 0.46% | - |
| HSV(B) | 293.54º | 0.81% | 0.77% | - |
| XYZ | 29.25 | 14.96 | 53.57 | - |
| YUV | 98.17 | 183.21 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 38 | 196 | 0.09 | 0.81 | 0 | 0.23 | 293.54 | 0.68 | 0.46 |
| Hex | B3 | 26 | C4 | 9 | 51 | 0 | 17 | 126 | 44 | 2E |
| Octal | 263 | 46 | 304 | 11 | 121 | 0 | 27 | 446 | 104 | 56 |
| Binary | 10110011 | 100110 | 11000100 | 1001 | 1010001 | 0 | 10111 | 100100110 | 1000100 | 101110 |
Color Harmonies of #B326C4
Complementary color
Monochromatic Colors of #B326C4
Black with #B326C4
Text Example
Text Example
White with #B326C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B326C4; }
p { color: rgb(179,38,196); }
H1.HeaderClassName
{
color: #B326C4;
}
.AnyTagClassName
{
color: #B326C4;
}
</style>
background-color css
<style>
a { background-color: #B326C4; }
a { background-color: rgb(179,38,196); }
div.DivClassName
{
background-color: #B326C4;
}
.BgClassName
{
background-color: #B326C4;
}
</style>
border-color css
<style>
span { border-color: #B326C4; }
span { border-color: rgb(179,38,196); }
td.TdClassName
{
border-color: #B326C4;
}
.TagClassName
{
border-color: #B326C4;
}
</style>