Shades of Dark Orchid #B227ED
Tints of Dark Orchid #B227ED
RGB
CMYK
RGB Variations
Color information
#B227ED (or 0xB227ED) is known color: Dark Orchid. HEX triplet: B2, 27 and ED. RGB value is (178,39,237). Sum of RGB (Red+Green+Blue) = 178+39+237=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 39 (15.62% from 255 or 8.59% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #B227ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B227ED is #4DD812. Grayscale: #666666. Windows color (decimal): -5101587 or 15542194. OLE color: 15542194.
HSL color Cylindrical-coordinate representation of color #B227ED: hue angle of 282.12º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B227ED is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 39 | 237 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.07 |
| HSL | 282.12º | 0.85% | 0.54% | - |
| HSV(B) | 282.12º | 0.84% | 0.93% | - |
| XYZ | 34.37 | 17.03 | 81.6 | - |
| YUV | 103.13 | 203.55 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 39 | 237 | 0.25 | 0.84 | 0 | 0.07 | 282.12 | 0.85 | 0.54 |
| Hex | B2 | 27 | ED | 19 | 54 | 0 | 7 | 11A | 55 | 36 |
| Octal | 262 | 47 | 355 | 31 | 124 | 0 | 7 | 432 | 125 | 66 |
| Binary | 10110010 | 100111 | 11101101 | 11001 | 1010100 | 0 | 111 | 100011010 | 1010101 | 110110 |
Color Harmonies of #B227ED
Complementary color
Monochromatic Colors of #B227ED
Black with #B227ED
Text Example
Text Example
White with #B227ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B227ED; }
p { color: rgb(178,39,237); }
H1.HeaderClassName
{
color: #B227ED;
}
.AnyTagClassName
{
color: #B227ED;
}
</style>
background-color css
<style>
a { background-color: #B227ED; }
a { background-color: rgb(178,39,237); }
div.DivClassName
{
background-color: #B227ED;
}
.BgClassName
{
background-color: #B227ED;
}
</style>
border-color css
<style>
span { border-color: #B227ED; }
span { border-color: rgb(178,39,237); }
td.TdClassName
{
border-color: #B227ED;
}
.TagClassName
{
border-color: #B227ED;
}
</style>