Shades of Dark Orchid #B730DB
Tints of Dark Orchid #B730DB
RGB
CMYK
RGB Variations
Color information
#B730DB (or 0xB730DB) is known color: Dark Orchid. HEX triplet: B7, 30 and DB. RGB value is (183,48,219). Sum of RGB (Red+Green+Blue) = 183+48+219=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 48 (19.14% from 255 or 10.67% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #B730DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B730DB is #48CF24. Grayscale: #6B6B6B. Windows color (decimal): -4771621 or 14364855. OLE color: 14364855.
HSL color Cylindrical-coordinate representation of color #B730DB: hue angle of 287.37º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B730DB is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 48 | 219 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.14 |
| HSL | 287.37º | 0.7% | 0.52% | - |
| HSV(B) | 287.37º | 0.78% | 0.86% | - |
| XYZ | 33.37 | 17.3 | 68.6 | - |
| YUV | 107.86 | 190.73 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 219 | 0.16 | 0.78 | 0 | 0.14 | 287.37 | 0.7 | 0.52 |
| Hex | B7 | 30 | DB | 10 | 4E | 0 | E | 11F | 46 | 34 |
| Octal | 267 | 60 | 333 | 20 | 116 | 0 | 16 | 437 | 106 | 64 |
| Binary | 10110111 | 110000 | 11011011 | 10000 | 1001110 | 0 | 1110 | 100011111 | 1000110 | 110100 |
Color Harmonies of #B730DB
Complementary color
Monochromatic Colors of #B730DB
Black with #B730DB
Text Example
Text Example
White with #B730DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B730DB; }
p { color: rgb(183,48,219); }
H1.HeaderClassName
{
color: #B730DB;
}
.AnyTagClassName
{
color: #B730DB;
}
</style>
background-color css
<style>
a { background-color: #B730DB; }
a { background-color: rgb(183,48,219); }
div.DivClassName
{
background-color: #B730DB;
}
.BgClassName
{
background-color: #B730DB;
}
</style>
border-color css
<style>
span { border-color: #B730DB; }
span { border-color: rgb(183,48,219); }
td.TdClassName
{
border-color: #B730DB;
}
.TagClassName
{
border-color: #B730DB;
}
</style>