Shades of Dark Orchid #B229C0
Tints of Dark Orchid #B229C0
RGB
CMYK
RGB Variations
Color information
#B229C0 (or 0xB229C0) is known color: Dark Orchid. HEX triplet: B2, 29 and C0. RGB value is (178,41,192). Sum of RGB (Red+Green+Blue) = 178+41+192=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 192 (75.39% from 255 or 46.72% from 411); Max value from RGB is 192 - color contains mainly: blue. Hex color #B229C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B229C0 is #4DD63F. Grayscale: #626262. Windows color (decimal): -5101120 or 12593586. OLE color: 12593586.
HSL color Cylindrical-coordinate representation of color #B229C0: hue angle of 294.44º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B229C0 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 41 | 192 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.25 |
| HSL | 294.44º | 0.65% | 0.46% | - |
| HSV(B) | 294.44º | 0.79% | 0.75% | - |
| XYZ | 28.67 | 14.86 | 51.23 | - |
| YUV | 99.18 | 180.39 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 41 | 192 | 0.07 | 0.79 | 0 | 0.25 | 294.44 | 0.65 | 0.46 |
| Hex | B2 | 29 | C0 | 7 | 4F | 0 | 19 | 126 | 41 | 2E |
| Octal | 262 | 51 | 300 | 7 | 117 | 0 | 31 | 446 | 101 | 56 |
| Binary | 10110010 | 101001 | 11000000 | 111 | 1001111 | 0 | 11001 | 100100110 | 1000001 | 101110 |
Color Harmonies of #B229C0
Complementary color
Monochromatic Colors of #B229C0
Black with #B229C0
Text Example
Text Example
White with #B229C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B229C0; }
p { color: rgb(178,41,192); }
H1.HeaderClassName
{
color: #B229C0;
}
.AnyTagClassName
{
color: #B229C0;
}
</style>
background-color css
<style>
a { background-color: #B229C0; }
a { background-color: rgb(178,41,192); }
div.DivClassName
{
background-color: #B229C0;
}
.BgClassName
{
background-color: #B229C0;
}
</style>
border-color css
<style>
span { border-color: #B229C0; }
span { border-color: rgb(178,41,192); }
td.TdClassName
{
border-color: #B229C0;
}
.TagClassName
{
border-color: #B229C0;
}
</style>