Shades of Dark Orchid #B326C8
Tints of Dark Orchid #B326C8
RGB
CMYK
RGB Variations
Color information
#B326C8 (or 0xB326C8) is known color: Dark Orchid. HEX triplet: B3, 26 and C8. RGB value is (179,38,200). Sum of RGB (Red+Green+Blue) = 179+38+200=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 200 (78.52% from 255 or 47.96% from 417); Max value from RGB is 200 - color contains mainly: blue. Hex color #B326C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B326C8 is #4CD937. Grayscale: #626262. Windows color (decimal): -5036344 or 13117107. OLE color: 13117107.
HSL color Cylindrical-coordinate representation of color #B326C8: hue angle of 292.22º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B326C8 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 38 | 200 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.22 |
| HSL | 292.22º | 0.68% | 0.47% | - |
| HSV(B) | 292.22º | 0.81% | 0.78% | - |
| XYZ | 29.71 | 15.14 | 56 | - |
| YUV | 98.63 | 185.21 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 38 | 200 | 0.10 | 0.81 | 0 | 0.22 | 292.22 | 0.68 | 0.47 |
| Hex | B3 | 26 | C8 | A | 51 | 0 | 16 | 124 | 44 | 2F |
| Octal | 263 | 46 | 310 | 12 | 121 | 0 | 26 | 444 | 104 | 57 |
| Binary | 10110011 | 100110 | 11001000 | 1010 | 1010001 | 0 | 10110 | 100100100 | 1000100 | 101111 |
Color Harmonies of #B326C8
Complementary color
Monochromatic Colors of #B326C8
Black with #B326C8
Text Example
Text Example
White with #B326C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B326C8; }
p { color: rgb(179,38,200); }
H1.HeaderClassName
{
color: #B326C8;
}
.AnyTagClassName
{
color: #B326C8;
}
</style>
background-color css
<style>
a { background-color: #B326C8; }
a { background-color: rgb(179,38,200); }
div.DivClassName
{
background-color: #B326C8;
}
.BgClassName
{
background-color: #B326C8;
}
</style>
border-color css
<style>
span { border-color: #B326C8; }
span { border-color: rgb(179,38,200); }
td.TdClassName
{
border-color: #B326C8;
}
.TagClassName
{
border-color: #B326C8;
}
</style>