Shades of Dark Orchid #B229ED
Tints of Dark Orchid #B229ED
RGB
CMYK
RGB Variations
Color information
#B229ED (or 0xB229ED) is known color: Dark Orchid. HEX triplet: B2, 29 and ED. RGB value is (178,41,237). Sum of RGB (Red+Green+Blue) = 178+41+237=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 41 (16.41% from 255 or 8.99% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #B229ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B229ED is #4DD612. Grayscale: #676767. Windows color (decimal): -5101075 or 15542706. OLE color: 15542706.
HSL color Cylindrical-coordinate representation of color #B229ED: hue angle of 281.94º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B229ED is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 41 | 237 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.07 |
| HSL | 281.94º | 0.84% | 0.55% | - |
| HSV(B) | 281.94º | 0.83% | 0.93% | - |
| XYZ | 34.44 | 17.17 | 81.62 | - |
| YUV | 104.31 | 202.89 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 41 | 237 | 0.25 | 0.83 | 0 | 0.07 | 281.94 | 0.84 | 0.55 |
| Hex | B2 | 29 | ED | 19 | 53 | 0 | 7 | 11A | 54 | 37 |
| Octal | 262 | 51 | 355 | 31 | 123 | 0 | 7 | 432 | 124 | 67 |
| Binary | 10110010 | 101001 | 11101101 | 11001 | 1010011 | 0 | 111 | 100011010 | 1010100 | 110111 |
Color Harmonies of #B229ED
Complementary color
Monochromatic Colors of #B229ED
Black with #B229ED
Text Example
Text Example
White with #B229ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B229ED; }
p { color: rgb(178,41,237); }
H1.HeaderClassName
{
color: #B229ED;
}
.AnyTagClassName
{
color: #B229ED;
}
</style>
background-color css
<style>
a { background-color: #B229ED; }
a { background-color: rgb(178,41,237); }
div.DivClassName
{
background-color: #B229ED;
}
.BgClassName
{
background-color: #B229ED;
}
</style>
border-color css
<style>
span { border-color: #B229ED; }
span { border-color: rgb(178,41,237); }
td.TdClassName
{
border-color: #B229ED;
}
.TagClassName
{
border-color: #B229ED;
}
</style>