Shades of Dark Orchid #B728DA
Tints of Dark Orchid #B728DA
RGB
CMYK
RGB Variations
Color information
#B728DA (or 0xB728DA) is known color: Dark Orchid. HEX triplet: B7, 28 and DA. RGB value is (183,40,218). Sum of RGB (Red+Green+Blue) = 183+40+218=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #B728DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B728DA is #48D725. Grayscale: #666666. Windows color (decimal): -4773670 or 14297271. OLE color: 14297271.
HSL color Cylindrical-coordinate representation of color #B728DA: hue angle of 288.2º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B728DA is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 40 | 218 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.15 |
| HSL | 288.2º | 0.71% | 0.51% | - |
| HSV(B) | 288.2º | 0.82% | 0.85% | - |
| XYZ | 32.94 | 16.65 | 67.81 | - |
| YUV | 103.05 | 192.88 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 218 | 0.16 | 0.82 | 0 | 0.15 | 288.2 | 0.71 | 0.51 |
| Hex | B7 | 28 | DA | 10 | 52 | 0 | F | 120 | 47 | 33 |
| Octal | 267 | 50 | 332 | 20 | 122 | 0 | 17 | 440 | 107 | 63 |
| Binary | 10110111 | 101000 | 11011010 | 10000 | 1010010 | 0 | 1111 | 100100000 | 1000111 | 110011 |
Color Harmonies of #B728DA
Complementary color
Monochromatic Colors of #B728DA
Black with #B728DA
Text Example
Text Example
White with #B728DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B728DA; }
p { color: rgb(183,40,218); }
H1.HeaderClassName
{
color: #B728DA;
}
.AnyTagClassName
{
color: #B728DA;
}
</style>
background-color css
<style>
a { background-color: #B728DA; }
a { background-color: rgb(183,40,218); }
div.DivClassName
{
background-color: #B728DA;
}
.BgClassName
{
background-color: #B728DA;
}
</style>
border-color css
<style>
span { border-color: #B728DA; }
span { border-color: rgb(183,40,218); }
td.TdClassName
{
border-color: #B728DA;
}
.TagClassName
{
border-color: #B728DA;
}
</style>