Shades of Dark Orchid #B728BA
Tints of Dark Orchid #B728BA
RGB
CMYK
RGB Variations
Color information
#B728BA (or 0xB728BA) is known color: Dark Orchid. HEX triplet: B7, 28 and BA. RGB value is (183,40,186). Sum of RGB (Red+Green+Blue) = 183+40+186=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #B728BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B728BA is #48D745. Grayscale: #626262. Windows color (decimal): -4773702 or 12200119. OLE color: 12200119.
HSL color Cylindrical-coordinate representation of color #B728BA: hue angle of 298.77º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B728BA is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 40 | 186 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.27 |
| HSL | 298.77º | 0.65% | 0.44% | - |
| HSV(B) | 298.77º | 0.78% | 0.73% | - |
| XYZ | 29.15 | 15.13 | 47.84 | - |
| YUV | 99.4 | 176.88 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 186 | 0.02 | 0.78 | 0 | 0.27 | 298.77 | 0.65 | 0.44 |
| Hex | B7 | 28 | BA | 2 | 4E | 0 | 1B | 12B | 41 | 2C |
| Octal | 267 | 50 | 272 | 2 | 116 | 0 | 33 | 453 | 101 | 54 |
| Binary | 10110111 | 101000 | 10111010 | 10 | 1001110 | 0 | 11011 | 100101011 | 1000001 | 101100 |
Color Harmonies of #B728BA
Complementary color
Monochromatic Colors of #B728BA
Black with #B728BA
Text Example
Text Example
White with #B728BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B728BA; }
p { color: rgb(183,40,186); }
H1.HeaderClassName
{
color: #B728BA;
}
.AnyTagClassName
{
color: #B728BA;
}
</style>
background-color css
<style>
a { background-color: #B728BA; }
a { background-color: rgb(183,40,186); }
div.DivClassName
{
background-color: #B728BA;
}
.BgClassName
{
background-color: #B728BA;
}
</style>
border-color css
<style>
span { border-color: #B728BA; }
span { border-color: rgb(183,40,186); }
td.TdClassName
{
border-color: #B728BA;
}
.TagClassName
{
border-color: #B728BA;
}
</style>