Shades of Dark Orchid #B825DD
Tints of Dark Orchid #B825DD
RGB
CMYK
RGB Variations
Color information
#B825DD (or 0xB825DD) is known color: Dark Orchid. HEX triplet: B8, 25 and DD. RGB value is (184,37,221). Sum of RGB (Red+Green+Blue) = 184+37+221=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 37 (14.84% from 255 or 8.37% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #B825DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B825DD is #47DA22. Grayscale: #656565. Windows color (decimal): -4708899 or 14493112. OLE color: 14493112.
HSL color Cylindrical-coordinate representation of color #B825DD: hue angle of 287.93º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B825DD is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 37 | 221 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.13 |
| HSL | 287.93º | 0.73% | 0.51% | - |
| HSV(B) | 287.93º | 0.83% | 0.87% | - |
| XYZ | 33.48 | 16.73 | 69.87 | - |
| YUV | 101.93 | 195.2 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 37 | 221 | 0.17 | 0.83 | 0 | 0.13 | 287.93 | 0.73 | 0.51 |
| Hex | B8 | 25 | DD | 11 | 53 | 0 | D | 120 | 49 | 33 |
| Octal | 270 | 45 | 335 | 21 | 123 | 0 | 15 | 440 | 111 | 63 |
| Binary | 10111000 | 100101 | 11011101 | 10001 | 1010011 | 0 | 1101 | 100100000 | 1001001 | 110011 |
Color Harmonies of #B825DD
Complementary color
Monochromatic Colors of #B825DD
Black with #B825DD
Text Example
Text Example
White with #B825DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B825DD; }
p { color: rgb(184,37,221); }
H1.HeaderClassName
{
color: #B825DD;
}
.AnyTagClassName
{
color: #B825DD;
}
</style>
background-color css
<style>
a { background-color: #B825DD; }
a { background-color: rgb(184,37,221); }
div.DivClassName
{
background-color: #B825DD;
}
.BgClassName
{
background-color: #B825DD;
}
</style>
border-color css
<style>
span { border-color: #B825DD; }
span { border-color: rgb(184,37,221); }
td.TdClassName
{
border-color: #B825DD;
}
.TagClassName
{
border-color: #B825DD;
}
</style>