Shades of Dark Orchid #B825C9
Tints of Dark Orchid #B825C9
RGB
CMYK
RGB Variations
Color information
#B825C9 (or 0xB825C9) is known color: Dark Orchid. HEX triplet: B8, 25 and C9. RGB value is (184,37,201). Sum of RGB (Red+Green+Blue) = 184+37+201=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 201 - color contains mainly: blue. Hex color #B825C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B825C9 is #47DA36. Grayscale: #636363. Windows color (decimal): -4708919 or 13182392. OLE color: 13182392.
HSL color Cylindrical-coordinate representation of color #B825C9: hue angle of 293.78º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B825C9 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 37 | 201 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.21 |
| HSL | 293.78º | 0.69% | 0.47% | - |
| HSV(B) | 293.78º | 0.82% | 0.79% | - |
| XYZ | 30.97 | 15.73 | 56.66 | - |
| YUV | 99.65 | 185.2 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 37 | 201 | 0.08 | 0.82 | 0 | 0.21 | 293.78 | 0.69 | 0.47 |
| Hex | B8 | 25 | C9 | 8 | 52 | 0 | 15 | 126 | 45 | 2F |
| Octal | 270 | 45 | 311 | 10 | 122 | 0 | 25 | 446 | 105 | 57 |
| Binary | 10111000 | 100101 | 11001001 | 1000 | 1010010 | 0 | 10101 | 100100110 | 1000101 | 101111 |
Color Harmonies of #B825C9
Complementary color
Monochromatic Colors of #B825C9
Black with #B825C9
Text Example
Text Example
White with #B825C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B825C9; }
p { color: rgb(184,37,201); }
H1.HeaderClassName
{
color: #B825C9;
}
.AnyTagClassName
{
color: #B825C9;
}
</style>
background-color css
<style>
a { background-color: #B825C9; }
a { background-color: rgb(184,37,201); }
div.DivClassName
{
background-color: #B825C9;
}
.BgClassName
{
background-color: #B825C9;
}
</style>
border-color css
<style>
span { border-color: #B825C9; }
span { border-color: rgb(184,37,201); }
td.TdClassName
{
border-color: #B825C9;
}
.TagClassName
{
border-color: #B825C9;
}
</style>