Shades of Dark Orchid #B326D0
Tints of Dark Orchid #B326D0
RGB
CMYK
RGB Variations
Color information
#B326D0 (or 0xB326D0) is known color: Dark Orchid. HEX triplet: B3, 26 and D0. RGB value is (179,38,208). Sum of RGB (Red+Green+Blue) = 179+38+208=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #B326D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B326D0 is #4CD92F. Grayscale: #626262. Windows color (decimal): -5036336 or 13641395. OLE color: 13641395.
HSL color Cylindrical-coordinate representation of color #B326D0: hue angle of 289.76º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B326D0 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 38 | 208 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.18 |
| HSL | 289.76º | 0.69% | 0.48% | - |
| HSV(B) | 289.76º | 0.82% | 0.82% | - |
| XYZ | 30.67 | 15.52 | 61.05 | - |
| YUV | 99.54 | 189.21 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 38 | 208 | 0.14 | 0.82 | 0 | 0.18 | 289.76 | 0.69 | 0.48 |
| Hex | B3 | 26 | D0 | E | 52 | 0 | 12 | 122 | 45 | 30 |
| Octal | 263 | 46 | 320 | 16 | 122 | 0 | 22 | 442 | 105 | 60 |
| Binary | 10110011 | 100110 | 11010000 | 1110 | 1010010 | 0 | 10010 | 100100010 | 1000101 | 110000 |
Color Harmonies of #B326D0
Complementary color
Monochromatic Colors of #B326D0
Black with #B326D0
Text Example
Text Example
White with #B326D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B326D0; }
p { color: rgb(179,38,208); }
H1.HeaderClassName
{
color: #B326D0;
}
.AnyTagClassName
{
color: #B326D0;
}
</style>
background-color css
<style>
a { background-color: #B326D0; }
a { background-color: rgb(179,38,208); }
div.DivClassName
{
background-color: #B326D0;
}
.BgClassName
{
background-color: #B326D0;
}
</style>
border-color css
<style>
span { border-color: #B326D0; }
span { border-color: rgb(179,38,208); }
td.TdClassName
{
border-color: #B326D0;
}
.TagClassName
{
border-color: #B326D0;
}
</style>