Shades of Dark Orchid #B228DE
Tints of Dark Orchid #B228DE
RGB
CMYK
RGB Variations
Color information
#B228DE (or 0xB228DE) is known color: Dark Orchid. HEX triplet: B2, 28 and DE. RGB value is (178,40,222). Sum of RGB (Red+Green+Blue) = 178+40+222=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #B228DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B228DE is #4DD721. Grayscale: #656565. Windows color (decimal): -5101346 or 14559410. OLE color: 14559410.
HSL color Cylindrical-coordinate representation of color #B228DE: hue angle of 285.49º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B228DE is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 40 | 222 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.13 |
| HSL | 285.49º | 0.73% | 0.51% | - |
| HSV(B) | 285.49º | 0.82% | 0.87% | - |
| XYZ | 32.3 | 16.26 | 70.54 | - |
| YUV | 102.01 | 195.72 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 40 | 222 | 0.20 | 0.82 | 0 | 0.13 | 285.49 | 0.73 | 0.51 |
| Hex | B2 | 28 | DE | 14 | 52 | 0 | D | 11D | 49 | 33 |
| Octal | 262 | 50 | 336 | 24 | 122 | 0 | 15 | 435 | 111 | 63 |
| Binary | 10110010 | 101000 | 11011110 | 10100 | 1010010 | 0 | 1101 | 100011101 | 1001001 | 110011 |
Color Harmonies of #B228DE
Complementary color
Monochromatic Colors of #B228DE
Black with #B228DE
Text Example
Text Example
White with #B228DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B228DE; }
p { color: rgb(178,40,222); }
H1.HeaderClassName
{
color: #B228DE;
}
.AnyTagClassName
{
color: #B228DE;
}
</style>
background-color css
<style>
a { background-color: #B228DE; }
a { background-color: rgb(178,40,222); }
div.DivClassName
{
background-color: #B228DE;
}
.BgClassName
{
background-color: #B228DE;
}
</style>
border-color css
<style>
span { border-color: #B228DE; }
span { border-color: rgb(178,40,222); }
td.TdClassName
{
border-color: #B228DE;
}
.TagClassName
{
border-color: #B228DE;
}
</style>