Shades of Dark Orchid #B730D8
Tints of Dark Orchid #B730D8
RGB
CMYK
RGB Variations
Color information
#B730D8 (or 0xB730D8) is known color: Dark Orchid. HEX triplet: B7, 30 and D8. RGB value is (183,48,216). Sum of RGB (Red+Green+Blue) = 183+48+216=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 48 (19.14% from 255 or 10.74% from 447); Blue value is 216 (84.77% from 255 or 48.32% from 447); Max value from RGB is 216 - color contains mainly: blue. Hex color #B730D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B730D8 is #48CF27. Grayscale: #6A6A6A. Windows color (decimal): -4771624 or 14168247. OLE color: 14168247.
HSL color Cylindrical-coordinate representation of color #B730D8: hue angle of 288.21º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B730D8 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 48 | 216 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.15 |
| HSL | 288.21º | 0.68% | 0.52% | - |
| HSV(B) | 288.21º | 0.78% | 0.85% | - |
| XYZ | 32.98 | 17.14 | 66.54 | - |
| YUV | 107.52 | 189.23 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 216 | 0.15 | 0.78 | 0 | 0.15 | 288.21 | 0.68 | 0.52 |
| Hex | B7 | 30 | D8 | F | 4E | 0 | F | 120 | 44 | 34 |
| Octal | 267 | 60 | 330 | 17 | 116 | 0 | 17 | 440 | 104 | 64 |
| Binary | 10110111 | 110000 | 11011000 | 1111 | 1001110 | 0 | 1111 | 100100000 | 1000100 | 110100 |
Color Harmonies of #B730D8
Complementary color
Monochromatic Colors of #B730D8
Black with #B730D8
Text Example
Text Example
White with #B730D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B730D8; }
p { color: rgb(183,48,216); }
H1.HeaderClassName
{
color: #B730D8;
}
.AnyTagClassName
{
color: #B730D8;
}
</style>
background-color css
<style>
a { background-color: #B730D8; }
a { background-color: rgb(183,48,216); }
div.DivClassName
{
background-color: #B730D8;
}
.BgClassName
{
background-color: #B730D8;
}
</style>
border-color css
<style>
span { border-color: #B730D8; }
span { border-color: rgb(183,48,216); }
td.TdClassName
{
border-color: #B730D8;
}
.TagClassName
{
border-color: #B730D8;
}
</style>