Shades of Dark Orchid #B826BE
Tints of Dark Orchid #B826BE
RGB
CMYK
RGB Variations
Color information
#B826BE (or 0xB826BE) is known color: Dark Orchid. HEX triplet: B8, 26 and BE. RGB value is (184,38,190). Sum of RGB (Red+Green+Blue) = 184+38+190=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 38 (15.23% from 255 or 9.22% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #B826BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B826BE is #47D941. Grayscale: #626262. Windows color (decimal): -4708674 or 12461752. OLE color: 12461752.
HSL color Cylindrical-coordinate representation of color #B826BE: hue angle of 297.63º 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 #B826BE is Cyan = 0.03, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 38 | 190 | - |
| CMYK | 0.03 | 0.8 | 0 | 0.25 |
| HSL | 297.63º | 0.67% | 0.45% | - |
| HSV(B) | 297.63º | 0.8% | 0.75% | - |
| XYZ | 29.75 | 15.29 | 50.1 | - |
| YUV | 98.98 | 179.37 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 190 | 0.03 | 0.8 | 0 | 0.25 | 297.63 | 0.67 | 0.45 |
| Hex | B8 | 26 | BE | 3 | 50 | 0 | 19 | 12A | 43 | 2D |
| Octal | 270 | 46 | 276 | 3 | 120 | 0 | 31 | 452 | 103 | 55 |
| Binary | 10111000 | 100110 | 10111110 | 11 | 1010000 | 0 | 11001 | 100101010 | 1000011 | 101101 |
Color Harmonies of #B826BE
Complementary color
Monochromatic Colors of #B826BE
Black with #B826BE
Text Example
Text Example
White with #B826BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B826BE; }
p { color: rgb(184,38,190); }
H1.HeaderClassName
{
color: #B826BE;
}
.AnyTagClassName
{
color: #B826BE;
}
</style>
background-color css
<style>
a { background-color: #B826BE; }
a { background-color: rgb(184,38,190); }
div.DivClassName
{
background-color: #B826BE;
}
.BgClassName
{
background-color: #B826BE;
}
</style>
border-color css
<style>
span { border-color: #B826BE; }
span { border-color: rgb(184,38,190); }
td.TdClassName
{
border-color: #B826BE;
}
.TagClassName
{
border-color: #B826BE;
}
</style>