Shades of Dark Orchid #B229E7
Tints of Dark Orchid #B229E7
RGB
CMYK
RGB Variations
Color information
#B229E7 (or 0xB229E7) is known color: Dark Orchid. HEX triplet: B2, 29 and E7. RGB value is (178,41,231). Sum of RGB (Red+Green+Blue) = 178+41+231=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 41 (16.41% from 255 or 9.11% from 450); Blue value is 231 (90.62% from 255 or 51.33% from 450); Max value from RGB is 231 - color contains mainly: blue. Hex color #B229E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B229E7 is #4DD618. Grayscale: #676767. Windows color (decimal): -5101081 or 15149490. OLE color: 15149490.
HSL color Cylindrical-coordinate representation of color #B229E7: hue angle of 283.26º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B229E7 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 41 | 231 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.09 |
| HSL | 283.26º | 0.8% | 0.53% | - |
| HSV(B) | 283.26º | 0.82% | 0.91% | - |
| XYZ | 33.58 | 16.82 | 77.08 | - |
| YUV | 103.62 | 199.89 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 41 | 231 | 0.23 | 0.82 | 0 | 0.09 | 283.26 | 0.8 | 0.53 |
| Hex | B2 | 29 | E7 | 17 | 52 | 0 | 9 | 11B | 50 | 35 |
| Octal | 262 | 51 | 347 | 27 | 122 | 0 | 11 | 433 | 120 | 65 |
| Binary | 10110010 | 101001 | 11100111 | 10111 | 1010010 | 0 | 1001 | 100011011 | 1010000 | 110101 |
Color Harmonies of #B229E7
Complementary color
Monochromatic Colors of #B229E7
Black with #B229E7
Text Example
Text Example
White with #B229E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B229E7; }
p { color: rgb(178,41,231); }
H1.HeaderClassName
{
color: #B229E7;
}
.AnyTagClassName
{
color: #B229E7;
}
</style>
background-color css
<style>
a { background-color: #B229E7; }
a { background-color: rgb(178,41,231); }
div.DivClassName
{
background-color: #B229E7;
}
.BgClassName
{
background-color: #B229E7;
}
</style>
border-color css
<style>
span { border-color: #B229E7; }
span { border-color: rgb(178,41,231); }
td.TdClassName
{
border-color: #B229E7;
}
.TagClassName
{
border-color: #B229E7;
}
</style>