Shades of Dark Orchid #B825CB
Tints of Dark Orchid #B825CB
RGB
CMYK
RGB Variations
Color information
#B825CB (or 0xB825CB) is known color: Dark Orchid. HEX triplet: B8, 25 and CB. RGB value is (184,37,203). Sum of RGB (Red+Green+Blue) = 184+37+203=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #B825CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B825CB is #47DA34. Grayscale: #636363. Windows color (decimal): -4708917 or 13313464. OLE color: 13313464.
HSL color Cylindrical-coordinate representation of color #B825CB: hue angle of 293.13º 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 #B825CB is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 37 | 203 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.20 |
| HSL | 293.13º | 0.69% | 0.47% | - |
| HSV(B) | 293.13º | 0.82% | 0.8% | - |
| XYZ | 31.21 | 15.83 | 57.91 | - |
| YUV | 99.88 | 186.2 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 37 | 203 | 0.09 | 0.82 | 0 | 0.20 | 293.13 | 0.69 | 0.47 |
| Hex | B8 | 25 | CB | 9 | 52 | 0 | 14 | 125 | 45 | 2F |
| Octal | 270 | 45 | 313 | 11 | 122 | 0 | 24 | 445 | 105 | 57 |
| Binary | 10111000 | 100101 | 11001011 | 1001 | 1010010 | 0 | 10100 | 100100101 | 1000101 | 101111 |
Color Harmonies of #B825CB
Complementary color
Monochromatic Colors of #B825CB
Black with #B825CB
Text Example
Text Example
White with #B825CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B825CB; }
p { color: rgb(184,37,203); }
H1.HeaderClassName
{
color: #B825CB;
}
.AnyTagClassName
{
color: #B825CB;
}
</style>
background-color css
<style>
a { background-color: #B825CB; }
a { background-color: rgb(184,37,203); }
div.DivClassName
{
background-color: #B825CB;
}
.BgClassName
{
background-color: #B825CB;
}
</style>
border-color css
<style>
span { border-color: #B825CB; }
span { border-color: rgb(184,37,203); }
td.TdClassName
{
border-color: #B825CB;
}
.TagClassName
{
border-color: #B825CB;
}
</style>