Shades of Dark Orchid #B228E6
Tints of Dark Orchid #B228E6
RGB
CMYK
RGB Variations
Color information
#B228E6 (or 0xB228E6) is known color: Dark Orchid. HEX triplet: B2, 28 and E6. RGB value is (178,40,230). Sum of RGB (Red+Green+Blue) = 178+40+230=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 40 (16.02% from 255 or 8.93% from 448); Blue value is 230 (90.23% from 255 or 51.34% from 448); Max value from RGB is 230 - color contains mainly: blue. Hex color #B228E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B228E6 is #4DD719. Grayscale: #666666. Windows color (decimal): -5101338 or 15083698. OLE color: 15083698.
HSL color Cylindrical-coordinate representation of color #B228E6: hue angle of 283.58º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B228E6 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 40 | 230 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.10 |
| HSL | 283.58º | 0.79% | 0.53% | - |
| HSV(B) | 283.58º | 0.83% | 0.9% | - |
| XYZ | 33.4 | 16.7 | 76.33 | - |
| YUV | 102.92 | 199.72 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 40 | 230 | 0.23 | 0.83 | 0 | 0.10 | 283.58 | 0.79 | 0.53 |
| Hex | B2 | 28 | E6 | 17 | 53 | 0 | A | 11C | 4F | 35 |
| Octal | 262 | 50 | 346 | 27 | 123 | 0 | 12 | 434 | 117 | 65 |
| Binary | 10110010 | 101000 | 11100110 | 10111 | 1010011 | 0 | 1010 | 100011100 | 1001111 | 110101 |
Color Harmonies of #B228E6
Complementary color
Monochromatic Colors of #B228E6
Black with #B228E6
Text Example
Text Example
White with #B228E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B228E6; }
p { color: rgb(178,40,230); }
H1.HeaderClassName
{
color: #B228E6;
}
.AnyTagClassName
{
color: #B228E6;
}
</style>
background-color css
<style>
a { background-color: #B228E6; }
a { background-color: rgb(178,40,230); }
div.DivClassName
{
background-color: #B228E6;
}
.BgClassName
{
background-color: #B228E6;
}
</style>
border-color css
<style>
span { border-color: #B228E6; }
span { border-color: rgb(178,40,230); }
td.TdClassName
{
border-color: #B228E6;
}
.TagClassName
{
border-color: #B228E6;
}
</style>