Shades of Dark Orchid #B825CC
Tints of Dark Orchid #B825CC
RGB
CMYK
RGB Variations
Color information
#B825CC (or 0xB825CC) is known color: Dark Orchid. HEX triplet: B8, 25 and CC. RGB value is (184,37,204). Sum of RGB (Red+Green+Blue) = 184+37+204=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 37 (14.84% from 255 or 8.71% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #B825CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B825CC is #47DA33. Grayscale: #636363. Windows color (decimal): -4708916 or 13379000. OLE color: 13379000.
HSL color Cylindrical-coordinate representation of color #B825CC: hue angle of 292.81º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B825CC is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 37 | 204 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.2 |
| HSL | 292.81º | 0.69% | 0.47% | - |
| HSV(B) | 292.81º | 0.82% | 0.8% | - |
| XYZ | 31.33 | 15.87 | 58.54 | - |
| YUV | 99.99 | 186.7 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 37 | 204 | 0.10 | 0.82 | 0 | 0.2 | 292.81 | 0.69 | 0.47 |
| Hex | B8 | 25 | CC | A | 52 | 0 | 14 | 125 | 45 | 2F |
| Octal | 270 | 45 | 314 | 12 | 122 | 0 | 24 | 445 | 105 | 57 |
| Binary | 10111000 | 100101 | 11001100 | 1010 | 1010010 | 0 | 10100 | 100100101 | 1000101 | 101111 |
Color Harmonies of #B825CC
Complementary color
Monochromatic Colors of #B825CC
Black with #B825CC
Text Example
Text Example
White with #B825CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B825CC; }
p { color: rgb(184,37,204); }
H1.HeaderClassName
{
color: #B825CC;
}
.AnyTagClassName
{
color: #B825CC;
}
</style>
background-color css
<style>
a { background-color: #B825CC; }
a { background-color: rgb(184,37,204); }
div.DivClassName
{
background-color: #B825CC;
}
.BgClassName
{
background-color: #B825CC;
}
</style>
border-color css
<style>
span { border-color: #B825CC; }
span { border-color: rgb(184,37,204); }
td.TdClassName
{
border-color: #B825CC;
}
.TagClassName
{
border-color: #B825CC;
}
</style>