Shades of Dark Orchid #B323C7
Tints of Dark Orchid #B323C7
RGB
CMYK
RGB Variations
Color information
#B323C7 (or 0xB323C7) is known color: Dark Orchid. HEX triplet: B3, 23 and C7. RGB value is (179,35,199). Sum of RGB (Red+Green+Blue) = 179+35+199=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 35 (14.06% from 255 or 8.47% from 413); Blue value is 199 (78.12% from 255 or 48.18% from 413); Max value from RGB is 199 - color contains mainly: blue. Hex color #B323C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B323C7 is #4CDC38. Grayscale: #606060. Windows color (decimal): -5037113 or 13050803. OLE color: 13050803.
HSL color Cylindrical-coordinate representation of color #B323C7: hue angle of 292.68º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B323C7 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 35 | 199 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.22 |
| HSL | 292.68º | 0.7% | 0.46% | - |
| HSV(B) | 292.68º | 0.82% | 0.78% | - |
| XYZ | 29.5 | 14.91 | 55.36 | - |
| YUV | 96.75 | 185.71 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 199 | 0.10 | 0.82 | 0 | 0.22 | 292.68 | 0.7 | 0.46 |
| Hex | B3 | 23 | C7 | A | 52 | 0 | 16 | 125 | 46 | 2E |
| Octal | 263 | 43 | 307 | 12 | 122 | 0 | 26 | 445 | 106 | 56 |
| Binary | 10110011 | 100011 | 11000111 | 1010 | 1010010 | 0 | 10110 | 100100101 | 1000110 | 101110 |
Color Harmonies of #B323C7
Complementary color
Monochromatic Colors of #B323C7
Black with #B323C7
Text Example
Text Example
White with #B323C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B323C7; }
p { color: rgb(179,35,199); }
H1.HeaderClassName
{
color: #B323C7;
}
.AnyTagClassName
{
color: #B323C7;
}
</style>
background-color css
<style>
a { background-color: #B323C7; }
a { background-color: rgb(179,35,199); }
div.DivClassName
{
background-color: #B323C7;
}
.BgClassName
{
background-color: #B323C7;
}
</style>
border-color css
<style>
span { border-color: #B323C7; }
span { border-color: rgb(179,35,199); }
td.TdClassName
{
border-color: #B323C7;
}
.TagClassName
{
border-color: #B323C7;
}
</style>