Shades of Dark Orchid #B730DD
Tints of Dark Orchid #B730DD
RGB
CMYK
RGB Variations
Color information
#B730DD (or 0xB730DD) is known color: Dark Orchid. HEX triplet: B7, 30 and DD. RGB value is (183,48,221). Sum of RGB (Red+Green+Blue) = 183+48+221=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #B730DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B730DD is #48CF22. Grayscale: #6B6B6B. Windows color (decimal): -4771619 or 14495927. OLE color: 14495927.
HSL color Cylindrical-coordinate representation of color #B730DD: hue angle of 286.82º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B730DD is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 48 | 221 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.13 |
| HSL | 286.82º | 0.72% | 0.53% | - |
| HSV(B) | 286.82º | 0.78% | 0.87% | - |
| XYZ | 33.64 | 17.4 | 69.99 | - |
| YUV | 108.09 | 191.73 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 221 | 0.17 | 0.78 | 0 | 0.13 | 286.82 | 0.72 | 0.53 |
| Hex | B7 | 30 | DD | 11 | 4E | 0 | D | 11F | 48 | 35 |
| Octal | 267 | 60 | 335 | 21 | 116 | 0 | 15 | 437 | 110 | 65 |
| Binary | 10110111 | 110000 | 11011101 | 10001 | 1001110 | 0 | 1101 | 100011111 | 1001000 | 110101 |
Color Harmonies of #B730DD
Complementary color
Monochromatic Colors of #B730DD
Black with #B730DD
Text Example
Text Example
White with #B730DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B730DD; }
p { color: rgb(183,48,221); }
H1.HeaderClassName
{
color: #B730DD;
}
.AnyTagClassName
{
color: #B730DD;
}
</style>
background-color css
<style>
a { background-color: #B730DD; }
a { background-color: rgb(183,48,221); }
div.DivClassName
{
background-color: #B730DD;
}
.BgClassName
{
background-color: #B730DD;
}
</style>
border-color css
<style>
span { border-color: #B730DD; }
span { border-color: rgb(183,48,221); }
td.TdClassName
{
border-color: #B730DD;
}
.TagClassName
{
border-color: #B730DD;
}
</style>