Shades of Dark Orchid #B331C1
Tints of Dark Orchid #B331C1
RGB
CMYK
RGB Variations
Color information
#B331C1 (or 0xB331C1) is known color: Dark Orchid. HEX triplet: B3, 31 and C1. RGB value is (179,49,193). Sum of RGB (Red+Green+Blue) = 179+49+193=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 49 (19.53% from 255 or 11.64% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 193 - color contains mainly: blue. Hex color #B331C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B331C1 is #4CCE3E. Grayscale: #676767. Windows color (decimal): -5033535 or 12661171. OLE color: 12661171.
HSL color Cylindrical-coordinate representation of color #B331C1: hue angle of 294.17º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B331C1 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 49 | 193 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.24 |
| HSL | 294.17º | 0.6% | 0.47% | - |
| HSV(B) | 294.17º | 0.75% | 0.76% | - |
| XYZ | 29.31 | 15.63 | 51.92 | - |
| YUV | 104.29 | 178.07 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 49 | 193 | 0.07 | 0.75 | 0 | 0.24 | 294.17 | 0.6 | 0.47 |
| Hex | B3 | 31 | C1 | 7 | 4B | 0 | 18 | 126 | 3C | 2F |
| Octal | 263 | 61 | 301 | 7 | 113 | 0 | 30 | 446 | 74 | 57 |
| Binary | 10110011 | 110001 | 11000001 | 111 | 1001011 | 0 | 11000 | 100100110 | 111100 | 101111 |
Color Harmonies of #B331C1
Complementary color
Monochromatic Colors of #B331C1
Black with #B331C1
Text Example
Text Example
White with #B331C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B331C1; }
p { color: rgb(179,49,193); }
H1.HeaderClassName
{
color: #B331C1;
}
.AnyTagClassName
{
color: #B331C1;
}
</style>
background-color css
<style>
a { background-color: #B331C1; }
a { background-color: rgb(179,49,193); }
div.DivClassName
{
background-color: #B331C1;
}
.BgClassName
{
background-color: #B331C1;
}
</style>
border-color css
<style>
span { border-color: #B331C1; }
span { border-color: rgb(179,49,193); }
td.TdClassName
{
border-color: #B331C1;
}
.TagClassName
{
border-color: #B331C1;
}
</style>