Shades of Dark Orchid #B825DA
Tints of Dark Orchid #B825DA
RGB
CMYK
RGB Variations
Color information
#B825DA (or 0xB825DA) is known color: Dark Orchid. HEX triplet: B8, 25 and DA. RGB value is (184,37,218). Sum of RGB (Red+Green+Blue) = 184+37+218=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 37 (14.84% from 255 or 8.43% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #B825DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B825DA is #47DA25. Grayscale: #656565. Windows color (decimal): -4708902 or 14296504. OLE color: 14296504.
HSL color Cylindrical-coordinate representation of color #B825DA: hue angle of 288.73º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B825DA is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 37 | 218 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.15 |
| HSL | 288.73º | 0.71% | 0.5% | - |
| HSV(B) | 288.73º | 0.83% | 0.85% | - |
| XYZ | 33.08 | 16.58 | 67.79 | - |
| YUV | 101.59 | 193.7 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 37 | 218 | 0.16 | 0.83 | 0 | 0.15 | 288.73 | 0.71 | 0.5 |
| Hex | B8 | 25 | DA | 10 | 53 | 0 | F | 121 | 47 | 32 |
| Octal | 270 | 45 | 332 | 20 | 123 | 0 | 17 | 441 | 107 | 62 |
| Binary | 10111000 | 100101 | 11011010 | 10000 | 1010011 | 0 | 1111 | 100100001 | 1000111 | 110010 |
Color Harmonies of #B825DA
Complementary color
Monochromatic Colors of #B825DA
Black with #B825DA
Text Example
Text Example
White with #B825DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B825DA; }
p { color: rgb(184,37,218); }
H1.HeaderClassName
{
color: #B825DA;
}
.AnyTagClassName
{
color: #B825DA;
}
</style>
background-color css
<style>
a { background-color: #B825DA; }
a { background-color: rgb(184,37,218); }
div.DivClassName
{
background-color: #B825DA;
}
.BgClassName
{
background-color: #B825DA;
}
</style>
border-color css
<style>
span { border-color: #B825DA; }
span { border-color: rgb(184,37,218); }
td.TdClassName
{
border-color: #B825DA;
}
.TagClassName
{
border-color: #B825DA;
}
</style>