Shades of Dark Orchid #B321BE
Tints of Dark Orchid #B321BE
RGB
CMYK
RGB Variations
Color information
#B321BE (or 0xB321BE) is known color: Dark Orchid. HEX triplet: B3, 21 and BE. RGB value is (179,33,190). Sum of RGB (Red+Green+Blue) = 179+33+190=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 33 (13.28% from 255 or 8.21% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #B321BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B321BE is #4CDE41. Grayscale: #5E5E5E. Windows color (decimal): -5037634 or 12460467. OLE color: 12460467.
HSL color Cylindrical-coordinate representation of color #B321BE: hue angle of 295.8º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B321BE is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 33 | 190 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.25 |
| HSL | 295.8º | 0.7% | 0.44% | - |
| HSV(B) | 295.8º | 0.83% | 0.75% | - |
| XYZ | 28.43 | 14.39 | 49.99 | - |
| YUV | 94.55 | 181.87 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 190 | 0.06 | 0.83 | 0 | 0.25 | 295.8 | 0.7 | 0.44 |
| Hex | B3 | 21 | BE | 6 | 53 | 0 | 19 | 128 | 46 | 2C |
| Octal | 263 | 41 | 276 | 6 | 123 | 0 | 31 | 450 | 106 | 54 |
| Binary | 10110011 | 100001 | 10111110 | 110 | 1010011 | 0 | 11001 | 100101000 | 1000110 | 101100 |
Color Harmonies of #B321BE
Complementary color
Monochromatic Colors of #B321BE
Black with #B321BE
Text Example
Text Example
White with #B321BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B321BE; }
p { color: rgb(179,33,190); }
H1.HeaderClassName
{
color: #B321BE;
}
.AnyTagClassName
{
color: #B321BE;
}
</style>
background-color css
<style>
a { background-color: #B321BE; }
a { background-color: rgb(179,33,190); }
div.DivClassName
{
background-color: #B321BE;
}
.BgClassName
{
background-color: #B321BE;
}
</style>
border-color css
<style>
span { border-color: #B321BE; }
span { border-color: rgb(179,33,190); }
td.TdClassName
{
border-color: #B321BE;
}
.TagClassName
{
border-color: #B321BE;
}
</style>