Shades of Dark Orchid #B730D6
Tints of Dark Orchid #B730D6
RGB
CMYK
RGB Variations
Color information
#B730D6 (or 0xB730D6) is known color: Dark Orchid. HEX triplet: B7, 30 and D6. RGB value is (183,48,214). Sum of RGB (Red+Green+Blue) = 183+48+214=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 48 (19.14% from 255 or 10.79% from 445); Blue value is 214 (83.98% from 255 or 48.09% from 445); Max value from RGB is 214 - color contains mainly: blue. Hex color #B730D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B730D6 is #48CF29. Grayscale: #6A6A6A. Windows color (decimal): -4771626 or 14037175. OLE color: 14037175.
HSL color Cylindrical-coordinate representation of color #B730D6: hue angle of 288.8º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B730D6 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 48 | 214 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.16 |
| HSL | 288.8º | 0.67% | 0.51% | - |
| HSV(B) | 288.8º | 0.78% | 0.84% | - |
| XYZ | 32.72 | 17.04 | 65.18 | - |
| YUV | 107.29 | 188.23 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 214 | 0.14 | 0.78 | 0 | 0.16 | 288.8 | 0.67 | 0.51 |
| Hex | B7 | 30 | D6 | E | 4E | 0 | 10 | 121 | 43 | 33 |
| Octal | 267 | 60 | 326 | 16 | 116 | 0 | 20 | 441 | 103 | 63 |
| Binary | 10110111 | 110000 | 11010110 | 1110 | 1001110 | 0 | 10000 | 100100001 | 1000011 | 110011 |
Color Harmonies of #B730D6
Complementary color
Monochromatic Colors of #B730D6
Black with #B730D6
Text Example
Text Example
White with #B730D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B730D6; }
p { color: rgb(183,48,214); }
H1.HeaderClassName
{
color: #B730D6;
}
.AnyTagClassName
{
color: #B730D6;
}
</style>
background-color css
<style>
a { background-color: #B730D6; }
a { background-color: rgb(183,48,214); }
div.DivClassName
{
background-color: #B730D6;
}
.BgClassName
{
background-color: #B730D6;
}
</style>
border-color css
<style>
span { border-color: #B730D6; }
span { border-color: rgb(183,48,214); }
td.TdClassName
{
border-color: #B730D6;
}
.TagClassName
{
border-color: #B730D6;
}
</style>