Shades of Dark Orchid #B825DF
Tints of Dark Orchid #B825DF
RGB
CMYK
RGB Variations
Color information
#B825DF (or 0xB825DF) is known color: Dark Orchid. HEX triplet: B8, 25 and DF. RGB value is (184,37,223). Sum of RGB (Red+Green+Blue) = 184+37+223=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 37 (14.84% from 255 or 8.33% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #B825DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B825DF is #47DA20. Grayscale: #656565. Windows color (decimal): -4708897 or 14624184. OLE color: 14624184.
HSL color Cylindrical-coordinate representation of color #B825DF: hue angle of 287.42º degrees, saturation: 0.74, 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 #B825DF is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 37 | 223 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.13 |
| HSL | 287.42º | 0.74% | 0.51% | - |
| HSV(B) | 287.42º | 0.83% | 0.87% | - |
| XYZ | 33.75 | 16.84 | 71.28 | - |
| YUV | 102.16 | 196.2 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 37 | 223 | 0.17 | 0.83 | 0 | 0.13 | 287.42 | 0.74 | 0.51 |
| Hex | B8 | 25 | DF | 11 | 53 | 0 | D | 11F | 4A | 33 |
| Octal | 270 | 45 | 337 | 21 | 123 | 0 | 15 | 437 | 112 | 63 |
| Binary | 10111000 | 100101 | 11011111 | 10001 | 1010011 | 0 | 1101 | 100011111 | 1001010 | 110011 |
Color Harmonies of #B825DF
Complementary color
Monochromatic Colors of #B825DF
Black with #B825DF
Text Example
Text Example
White with #B825DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B825DF; }
p { color: rgb(184,37,223); }
H1.HeaderClassName
{
color: #B825DF;
}
.AnyTagClassName
{
color: #B825DF;
}
</style>
background-color css
<style>
a { background-color: #B825DF; }
a { background-color: rgb(184,37,223); }
div.DivClassName
{
background-color: #B825DF;
}
.BgClassName
{
background-color: #B825DF;
}
</style>
border-color css
<style>
span { border-color: #B825DF; }
span { border-color: rgb(184,37,223); }
td.TdClassName
{
border-color: #B825DF;
}
.TagClassName
{
border-color: #B825DF;
}
</style>