Shades of Dark Orchid #B725CB
Tints of Dark Orchid #B725CB
RGB
CMYK
RGB Variations
Color information
#B725CB (or 0xB725CB) is known color: Dark Orchid. HEX triplet: B7, 25 and CB. RGB value is (183,37,203). Sum of RGB (Red+Green+Blue) = 183+37+203=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 37 (14.84% from 255 or 8.75% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #B725CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B725CB is #48DA34. Grayscale: #636363. Windows color (decimal): -4774453 or 13313463. OLE color: 13313463.
HSL color Cylindrical-coordinate representation of color #B725CB: hue angle of 292.77º 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 #B725CB is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 37 | 203 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.20 |
| HSL | 292.77º | 0.69% | 0.47% | - |
| HSV(B) | 292.77º | 0.82% | 0.8% | - |
| XYZ | 30.97 | 15.7 | 57.9 | - |
| YUV | 99.58 | 186.37 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 37 | 203 | 0.10 | 0.82 | 0 | 0.20 | 292.77 | 0.69 | 0.47 |
| Hex | B7 | 25 | CB | A | 52 | 0 | 14 | 125 | 45 | 2F |
| Octal | 267 | 45 | 313 | 12 | 122 | 0 | 24 | 445 | 105 | 57 |
| Binary | 10110111 | 100101 | 11001011 | 1010 | 1010010 | 0 | 10100 | 100100101 | 1000101 | 101111 |
Color Harmonies of #B725CB
Complementary color
Monochromatic Colors of #B725CB
Black with #B725CB
Text Example
Text Example
White with #B725CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B725CB; }
p { color: rgb(183,37,203); }
H1.HeaderClassName
{
color: #B725CB;
}
.AnyTagClassName
{
color: #B725CB;
}
</style>
background-color css
<style>
a { background-color: #B725CB; }
a { background-color: rgb(183,37,203); }
div.DivClassName
{
background-color: #B725CB;
}
.BgClassName
{
background-color: #B725CB;
}
</style>
border-color css
<style>
span { border-color: #B725CB; }
span { border-color: rgb(183,37,203); }
td.TdClassName
{
border-color: #B725CB;
}
.TagClassName
{
border-color: #B725CB;
}
</style>