Shades of Dark Orchid #B226B0
Tints of Dark Orchid #B226B0
RGB
CMYK
RGB Variations
Color information
#B226B0 (or 0xB226B0) is known color: Dark Orchid. HEX triplet: B2, 26 and B0. RGB value is (178,38,176). Sum of RGB (Red+Green+Blue) = 178+38+176=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 38 (15.23% from 255 or 9.69% from 392); Blue value is 176 (69.14% from 255 or 44.90% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B226B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B226B0 is #4DD94F. Grayscale: #5F5F5F. Windows color (decimal): -5101904 or 11544242. OLE color: 11544242.
HSL color Cylindrical-coordinate representation of color #B226B0: hue angle of 300.86º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B226B0 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 38 | 176 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.30 |
| HSL | 300.86º | 0.65% | 0.42% | - |
| HSV(B) | 300.86º | 0.79% | 0.7% | - |
| XYZ | 26.89 | 13.99 | 42.36 | - |
| YUV | 95.59 | 173.38 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 38 | 176 | 0 | 0.79 | 0.01 | 0.30 | 300.86 | 0.65 | 0.42 |
| Hex | B2 | 26 | B0 | 0 | 4F | 1 | 1E | 12D | 41 | 2A |
| Octal | 262 | 46 | 260 | 0 | 117 | 1 | 36 | 455 | 101 | 52 |
| Binary | 10110010 | 100110 | 10110000 | 0 | 1001111 | 1 | 11110 | 100101101 | 1000001 | 101010 |
Color Harmonies of #B226B0
Complementary color
Monochromatic Colors of #B226B0
Black with #B226B0
Text Example
Text Example
White with #B226B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B226B0; }
p { color: rgb(178,38,176); }
H1.HeaderClassName
{
color: #B226B0;
}
.AnyTagClassName
{
color: #B226B0;
}
</style>
background-color css
<style>
a { background-color: #B226B0; }
a { background-color: rgb(178,38,176); }
div.DivClassName
{
background-color: #B226B0;
}
.BgClassName
{
background-color: #B226B0;
}
</style>
border-color css
<style>
span { border-color: #B226B0; }
span { border-color: rgb(178,38,176); }
td.TdClassName
{
border-color: #B226B0;
}
.TagClassName
{
border-color: #B226B0;
}
</style>