Shades of Dark Orchid #B221BE
Tints of Dark Orchid #B221BE
RGB
CMYK
RGB Variations
Color information
#B221BE (or 0xB221BE) is known color: Dark Orchid. HEX triplet: B2, 21 and BE. RGB value is (178,33,190). Sum of RGB (Red+Green+Blue) = 178+33+190=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #B221BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B221BE is #4DDE41. Grayscale: #5D5D5D. Windows color (decimal): -5103170 or 12460466. OLE color: 12460466.
HSL color Cylindrical-coordinate representation of color #B221BE: hue angle of 295.41º 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 #B221BE is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 33 | 190 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.25 |
| HSL | 295.41º | 0.7% | 0.44% | - |
| HSV(B) | 295.41º | 0.83% | 0.75% | - |
| XYZ | 28.2 | 14.27 | 49.98 | - |
| YUV | 94.25 | 182.04 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 33 | 190 | 0.06 | 0.83 | 0 | 0.25 | 295.41 | 0.7 | 0.44 |
| Hex | B2 | 21 | BE | 6 | 53 | 0 | 19 | 127 | 46 | 2C |
| Octal | 262 | 41 | 276 | 6 | 123 | 0 | 31 | 447 | 106 | 54 |
| Binary | 10110010 | 100001 | 10111110 | 110 | 1010011 | 0 | 11001 | 100100111 | 1000110 | 101100 |
Color Harmonies of #B221BE
Complementary color
Monochromatic Colors of #B221BE
Black with #B221BE
Text Example
Text Example
White with #B221BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B221BE; }
p { color: rgb(178,33,190); }
H1.HeaderClassName
{
color: #B221BE;
}
.AnyTagClassName
{
color: #B221BE;
}
</style>
background-color css
<style>
a { background-color: #B221BE; }
a { background-color: rgb(178,33,190); }
div.DivClassName
{
background-color: #B221BE;
}
.BgClassName
{
background-color: #B221BE;
}
</style>
border-color css
<style>
span { border-color: #B221BE; }
span { border-color: rgb(178,33,190); }
td.TdClassName
{
border-color: #B221BE;
}
.TagClassName
{
border-color: #B221BE;
}
</style>