Shades of Dark Orchid #8230BC
Tints of Dark Orchid #8230BC
RGB
CMYK
RGB Variations
Color information
#8230BC (or 0x8230BC) is known color: Dark Orchid. HEX triplet: 82, 30 and BC. RGB value is (130,48,188). Sum of RGB (Red+Green+Blue) = 130+48+188=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #8230BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8230BC is #7DCF43. Grayscale: #585858. Windows color (decimal): -8245060 or 12333186. OLE color: 12333186.
HSL color Cylindrical-coordinate representation of color #8230BC: hue angle of 275.14º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8230BC is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 48 | 188 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.26 |
| HSL | 275.14º | 0.59% | 0.46% | - |
| HSV(B) | 275.14º | 0.74% | 0.74% | - |
| XYZ | 19.34 | 10.49 | 48.58 | - |
| YUV | 88.48 | 184.17 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 188 | 0.31 | 0.74 | 0 | 0.26 | 275.14 | 0.59 | 0.46 |
| Hex | 82 | 30 | BC | 1F | 4A | 0 | 1A | 113 | 3B | 2E |
| Octal | 202 | 60 | 274 | 37 | 112 | 0 | 32 | 423 | 73 | 56 |
| Binary | 10000010 | 110000 | 10111100 | 11111 | 1001010 | 0 | 11010 | 100010011 | 111011 | 101110 |
Color Harmonies of #8230BC
Complementary color
Monochromatic Colors of #8230BC
Black with #8230BC
Text Example
Text Example
White with #8230BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8230BC; }
p { color: rgb(130,48,188); }
H1.HeaderClassName
{
color: #8230BC;
}
.AnyTagClassName
{
color: #8230BC;
}
</style>
background-color css
<style>
a { background-color: #8230BC; }
a { background-color: rgb(130,48,188); }
div.DivClassName
{
background-color: #8230BC;
}
.BgClassName
{
background-color: #8230BC;
}
</style>
border-color css
<style>
span { border-color: #8230BC; }
span { border-color: rgb(130,48,188); }
td.TdClassName
{
border-color: #8230BC;
}
.TagClassName
{
border-color: #8230BC;
}
</style>