Shades of Dark Orchid #B728DC
Tints of Dark Orchid #B728DC
RGB
CMYK
RGB Variations
Color information
#B728DC (or 0xB728DC) is known color: Dark Orchid. HEX triplet: B7, 28 and DC. RGB value is (183,40,220). Sum of RGB (Red+Green+Blue) = 183+40+220=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #B728DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B728DC is #48D723. Grayscale: #666666. Windows color (decimal): -4773668 or 14428343. OLE color: 14428343.
HSL color Cylindrical-coordinate representation of color #B728DC: hue angle of 287.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B728DC is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 40 | 220 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.14 |
| HSL | 287.67º | 0.72% | 0.51% | - |
| HSV(B) | 287.67º | 0.82% | 0.86% | - |
| XYZ | 33.21 | 16.75 | 69.19 | - |
| YUV | 103.28 | 193.88 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 220 | 0.17 | 0.82 | 0 | 0.14 | 287.67 | 0.72 | 0.51 |
| Hex | B7 | 28 | DC | 11 | 52 | 0 | E | 120 | 48 | 33 |
| Octal | 267 | 50 | 334 | 21 | 122 | 0 | 16 | 440 | 110 | 63 |
| Binary | 10110111 | 101000 | 11011100 | 10001 | 1010010 | 0 | 1110 | 100100000 | 1001000 | 110011 |
Color Harmonies of #B728DC
Complementary color
Monochromatic Colors of #B728DC
Black with #B728DC
Text Example
Text Example
White with #B728DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B728DC; }
p { color: rgb(183,40,220); }
H1.HeaderClassName
{
color: #B728DC;
}
.AnyTagClassName
{
color: #B728DC;
}
</style>
background-color css
<style>
a { background-color: #B728DC; }
a { background-color: rgb(183,40,220); }
div.DivClassName
{
background-color: #B728DC;
}
.BgClassName
{
background-color: #B728DC;
}
</style>
border-color css
<style>
span { border-color: #B728DC; }
span { border-color: rgb(183,40,220); }
td.TdClassName
{
border-color: #B728DC;
}
.TagClassName
{
border-color: #B728DC;
}
</style>