Shades of Dark Orchid #B728E9
Tints of Dark Orchid #B728E9
RGB
CMYK
RGB Variations
Color information
#B728E9 (or 0xB728E9) is known color: Dark Orchid. HEX triplet: B7, 28 and E9. RGB value is (183,40,233). Sum of RGB (Red+Green+Blue) = 183+40+233=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 233 (91.41% from 255 or 51.10% from 456); Max value from RGB is 233 - color contains mainly: blue. Hex color #B728E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B728E9 is #48D716. Grayscale: #686868. Windows color (decimal): -4773655 or 15280311. OLE color: 15280311.
HSL color Cylindrical-coordinate representation of color #B728E9: hue angle of 284.46º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B728E9 is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 40 | 233 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.09 |
| HSL | 284.46º | 0.81% | 0.54% | - |
| HSV(B) | 284.46º | 0.83% | 0.91% | - |
| XYZ | 35 | 17.47 | 78.62 | - |
| YUV | 104.76 | 200.38 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 233 | 0.21 | 0.83 | 0 | 0.09 | 284.46 | 0.81 | 0.54 |
| Hex | B7 | 28 | E9 | 15 | 53 | 0 | 9 | 11C | 51 | 36 |
| Octal | 267 | 50 | 351 | 25 | 123 | 0 | 11 | 434 | 121 | 66 |
| Binary | 10110111 | 101000 | 11101001 | 10101 | 1010011 | 0 | 1001 | 100011100 | 1010001 | 110110 |
Color Harmonies of #B728E9
Complementary color
Monochromatic Colors of #B728E9
Black with #B728E9
Text Example
Text Example
White with #B728E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B728E9; }
p { color: rgb(183,40,233); }
H1.HeaderClassName
{
color: #B728E9;
}
.AnyTagClassName
{
color: #B728E9;
}
</style>
background-color css
<style>
a { background-color: #B728E9; }
a { background-color: rgb(183,40,233); }
div.DivClassName
{
background-color: #B728E9;
}
.BgClassName
{
background-color: #B728E9;
}
</style>
border-color css
<style>
span { border-color: #B728E9; }
span { border-color: rgb(183,40,233); }
td.TdClassName
{
border-color: #B728E9;
}
.TagClassName
{
border-color: #B728E9;
}
</style>