Shades of Dark Orchid #B426BF
Tints of Dark Orchid #B426BF
RGB
CMYK
RGB Variations
Color information
#B426BF (or 0xB426BF) is known color: Dark Orchid. HEX triplet: B4, 26 and BF. RGB value is (180,38,191). Sum of RGB (Red+Green+Blue) = 180+38+191=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 38 (15.23% from 255 or 9.29% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #B426BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B426BF is #4BD940. Grayscale: #616161. Windows color (decimal): -4970817 or 12527284. OLE color: 12527284.
HSL color Cylindrical-coordinate representation of color #B426BF: hue angle of 295.69º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B426BF is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 38 | 191 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.25 |
| HSL | 295.69º | 0.67% | 0.45% | - |
| HSV(B) | 295.69º | 0.8% | 0.75% | - |
| XYZ | 28.92 | 14.85 | 50.63 | - |
| YUV | 97.9 | 180.54 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 38 | 191 | 0.06 | 0.80 | 0 | 0.25 | 295.69 | 0.67 | 0.45 |
| Hex | B4 | 26 | BF | 6 | 50 | 0 | 19 | 128 | 43 | 2D |
| Octal | 264 | 46 | 277 | 6 | 120 | 0 | 31 | 450 | 103 | 55 |
| Binary | 10110100 | 100110 | 10111111 | 110 | 1010000 | 0 | 11001 | 100101000 | 1000011 | 101101 |
Color Harmonies of #B426BF
Complementary color
Monochromatic Colors of #B426BF
Black with #B426BF
Text Example
Text Example
White with #B426BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B426BF; }
p { color: rgb(180,38,191); }
H1.HeaderClassName
{
color: #B426BF;
}
.AnyTagClassName
{
color: #B426BF;
}
</style>
background-color css
<style>
a { background-color: #B426BF; }
a { background-color: rgb(180,38,191); }
div.DivClassName
{
background-color: #B426BF;
}
.BgClassName
{
background-color: #B426BF;
}
</style>
border-color css
<style>
span { border-color: #B426BF; }
span { border-color: rgb(180,38,191); }
td.TdClassName
{
border-color: #B426BF;
}
.TagClassName
{
border-color: #B426BF;
}
</style>