Shades of Dark Orchid #B229CE
Tints of Dark Orchid #B229CE
RGB
CMYK
RGB Variations
Color information
#B229CE (or 0xB229CE) is known color: Dark Orchid. HEX triplet: B2, 29 and CE. RGB value is (178,41,206). Sum of RGB (Red+Green+Blue) = 178+41+206=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #B229CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B229CE is #4DD631. Grayscale: #646464. Windows color (decimal): -5101106 or 13511090. OLE color: 13511090.
HSL color Cylindrical-coordinate representation of color #B229CE: hue angle of 289.82º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B229CE is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 41 | 206 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.19 |
| HSL | 289.82º | 0.67% | 0.48% | - |
| HSV(B) | 289.82º | 0.8% | 0.81% | - |
| XYZ | 30.29 | 15.51 | 59.79 | - |
| YUV | 100.77 | 187.39 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 41 | 206 | 0.14 | 0.80 | 0 | 0.19 | 289.82 | 0.67 | 0.48 |
| Hex | B2 | 29 | CE | E | 50 | 0 | 13 | 122 | 43 | 30 |
| Octal | 262 | 51 | 316 | 16 | 120 | 0 | 23 | 442 | 103 | 60 |
| Binary | 10110010 | 101001 | 11001110 | 1110 | 1010000 | 0 | 10011 | 100100010 | 1000011 | 110000 |
Color Harmonies of #B229CE
Complementary color
Monochromatic Colors of #B229CE
Black with #B229CE
Text Example
Text Example
White with #B229CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B229CE; }
p { color: rgb(178,41,206); }
H1.HeaderClassName
{
color: #B229CE;
}
.AnyTagClassName
{
color: #B229CE;
}
</style>
background-color css
<style>
a { background-color: #B229CE; }
a { background-color: rgb(178,41,206); }
div.DivClassName
{
background-color: #B229CE;
}
.BgClassName
{
background-color: #B229CE;
}
</style>
border-color css
<style>
span { border-color: #B229CE; }
span { border-color: rgb(178,41,206); }
td.TdClassName
{
border-color: #B229CE;
}
.TagClassName
{
border-color: #B229CE;
}
</style>