Shades of Dark Orchid #B728EA
Tints of Dark Orchid #B728EA
RGB
CMYK
RGB Variations
Color information
#B728EA (or 0xB728EA) is known color: Dark Orchid. HEX triplet: B7, 28 and EA. RGB value is (183,40,234). Sum of RGB (Red+Green+Blue) = 183+40+234=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 40 (16.02% from 255 or 8.75% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #B728EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B728EA is #48D715. Grayscale: #686868. Windows color (decimal): -4773654 or 15345847. OLE color: 15345847.
HSL color Cylindrical-coordinate representation of color #B728EA: hue angle of 284.23º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B728EA is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 40 | 234 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.08 |
| HSL | 284.23º | 0.82% | 0.54% | - |
| HSV(B) | 284.23º | 0.83% | 0.92% | - |
| XYZ | 35.14 | 17.53 | 79.37 | - |
| YUV | 104.87 | 200.88 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 234 | 0.22 | 0.83 | 0 | 0.08 | 284.23 | 0.82 | 0.54 |
| Hex | B7 | 28 | EA | 16 | 53 | 0 | 8 | 11C | 52 | 36 |
| Octal | 267 | 50 | 352 | 26 | 123 | 0 | 10 | 434 | 122 | 66 |
| Binary | 10110111 | 101000 | 11101010 | 10110 | 1010011 | 0 | 1000 | 100011100 | 1010010 | 110110 |
Color Harmonies of #B728EA
Complementary color
Monochromatic Colors of #B728EA
Black with #B728EA
Text Example
Text Example
White with #B728EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B728EA; }
p { color: rgb(183,40,234); }
H1.HeaderClassName
{
color: #B728EA;
}
.AnyTagClassName
{
color: #B728EA;
}
</style>
background-color css
<style>
a { background-color: #B728EA; }
a { background-color: rgb(183,40,234); }
div.DivClassName
{
background-color: #B728EA;
}
.BgClassName
{
background-color: #B728EA;
}
</style>
border-color css
<style>
span { border-color: #B728EA; }
span { border-color: rgb(183,40,234); }
td.TdClassName
{
border-color: #B728EA;
}
.TagClassName
{
border-color: #B728EA;
}
</style>