Shades of Dark Orchid #B323C1
Tints of Dark Orchid #B323C1
RGB
CMYK
RGB Variations
Color information
#B323C1 (or 0xB323C1) is known color: Dark Orchid. HEX triplet: B3, 23 and C1. RGB value is (179,35,193). Sum of RGB (Red+Green+Blue) = 179+35+193=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 35 (14.06% from 255 or 8.60% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 193 - color contains mainly: blue. Hex color #B323C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B323C1 is #4CDC3E. Grayscale: #5F5F5F. Windows color (decimal): -5037119 or 12657587. OLE color: 12657587.
HSL color Cylindrical-coordinate representation of color #B323C1: hue angle of 294.68º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B323C1 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 35 | 193 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.24 |
| HSL | 294.68º | 0.69% | 0.45% | - |
| HSV(B) | 294.68º | 0.82% | 0.76% | - |
| XYZ | 28.82 | 14.64 | 51.76 | - |
| YUV | 96.07 | 182.71 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 193 | 0.07 | 0.82 | 0 | 0.24 | 294.68 | 0.69 | 0.45 |
| Hex | B3 | 23 | C1 | 7 | 52 | 0 | 18 | 127 | 45 | 2D |
| Octal | 263 | 43 | 301 | 7 | 122 | 0 | 30 | 447 | 105 | 55 |
| Binary | 10110011 | 100011 | 11000001 | 111 | 1010010 | 0 | 11000 | 100100111 | 1000101 | 101101 |
Color Harmonies of #B323C1
Complementary color
Monochromatic Colors of #B323C1
Black with #B323C1
Text Example
Text Example
White with #B323C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B323C1; }
p { color: rgb(179,35,193); }
H1.HeaderClassName
{
color: #B323C1;
}
.AnyTagClassName
{
color: #B323C1;
}
</style>
background-color css
<style>
a { background-color: #B323C1; }
a { background-color: rgb(179,35,193); }
div.DivClassName
{
background-color: #B323C1;
}
.BgClassName
{
background-color: #B323C1;
}
</style>
border-color css
<style>
span { border-color: #B323C1; }
span { border-color: rgb(179,35,193); }
td.TdClassName
{
border-color: #B323C1;
}
.TagClassName
{
border-color: #B323C1;
}
</style>