Shades of Dark Orchid #B229BB
Tints of Dark Orchid #B229BB
RGB
CMYK
RGB Variations
Color information
#B229BB (or 0xB229BB) is known color: Dark Orchid. HEX triplet: B2, 29 and BB. RGB value is (178,41,187). Sum of RGB (Red+Green+Blue) = 178+41+187=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #B229BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B229BB is #4DD644. Grayscale: #626262. Windows color (decimal): -5101125 or 12265906. OLE color: 12265906.
HSL color Cylindrical-coordinate representation of color #B229BB: hue angle of 296.3º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B229BB is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 41 | 187 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.27 |
| HSL | 296.3º | 0.64% | 0.45% | - |
| HSV(B) | 296.3º | 0.78% | 0.73% | - |
| XYZ | 28.12 | 14.64 | 48.36 | - |
| YUV | 98.61 | 177.89 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 41 | 187 | 0.05 | 0.78 | 0 | 0.27 | 296.3 | 0.64 | 0.45 |
| Hex | B2 | 29 | BB | 5 | 4E | 0 | 1B | 128 | 40 | 2D |
| Octal | 262 | 51 | 273 | 5 | 116 | 0 | 33 | 450 | 100 | 55 |
| Binary | 10110010 | 101001 | 10111011 | 101 | 1001110 | 0 | 11011 | 100101000 | 1000000 | 101101 |
Color Harmonies of #B229BB
Complementary color
Monochromatic Colors of #B229BB
Black with #B229BB
Text Example
Text Example
White with #B229BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B229BB; }
p { color: rgb(178,41,187); }
H1.HeaderClassName
{
color: #B229BB;
}
.AnyTagClassName
{
color: #B229BB;
}
</style>
background-color css
<style>
a { background-color: #B229BB; }
a { background-color: rgb(178,41,187); }
div.DivClassName
{
background-color: #B229BB;
}
.BgClassName
{
background-color: #B229BB;
}
</style>
border-color css
<style>
span { border-color: #B229BB; }
span { border-color: rgb(178,41,187); }
td.TdClassName
{
border-color: #B229BB;
}
.TagClassName
{
border-color: #B229BB;
}
</style>