Shades of Dark Orchid #B426BB
Tints of Dark Orchid #B426BB
RGB
CMYK
RGB Variations
Color information
#B426BB (or 0xB426BB) is known color: Dark Orchid. HEX triplet: B4, 26 and BB. RGB value is (180,38,187). Sum of RGB (Red+Green+Blue) = 180+38+187=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #B426BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B426BB is #4BD944. Grayscale: #606060. Windows color (decimal): -4970821 or 12265140. OLE color: 12265140.
HSL color Cylindrical-coordinate representation of color #B426BB: hue angle of 297.18º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B426BB is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 38 | 187 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.27 |
| HSL | 297.18º | 0.66% | 0.44% | - |
| HSV(B) | 297.18º | 0.8% | 0.73% | - |
| XYZ | 28.49 | 14.68 | 48.35 | - |
| YUV | 97.44 | 178.54 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 38 | 187 | 0.04 | 0.80 | 0 | 0.27 | 297.18 | 0.66 | 0.44 |
| Hex | B4 | 26 | BB | 4 | 50 | 0 | 1B | 129 | 42 | 2C |
| Octal | 264 | 46 | 273 | 4 | 120 | 0 | 33 | 451 | 102 | 54 |
| Binary | 10110100 | 100110 | 10111011 | 100 | 1010000 | 0 | 11011 | 100101001 | 1000010 | 101100 |
Color Harmonies of #B426BB
Complementary color
Monochromatic Colors of #B426BB
Black with #B426BB
Text Example
Text Example
White with #B426BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B426BB; }
p { color: rgb(180,38,187); }
H1.HeaderClassName
{
color: #B426BB;
}
.AnyTagClassName
{
color: #B426BB;
}
</style>
background-color css
<style>
a { background-color: #B426BB; }
a { background-color: rgb(180,38,187); }
div.DivClassName
{
background-color: #B426BB;
}
.BgClassName
{
background-color: #B426BB;
}
</style>
border-color css
<style>
span { border-color: #B426BB; }
span { border-color: rgb(180,38,187); }
td.TdClassName
{
border-color: #B426BB;
}
.TagClassName
{
border-color: #B426BB;
}
</style>