Shades of Dark Orchid #B725D0
Tints of Dark Orchid #B725D0
RGB
CMYK
RGB Variations
Color information
#B725D0 (or 0xB725D0) is known color: Dark Orchid. HEX triplet: B7, 25 and D0. RGB value is (183,37,208). Sum of RGB (Red+Green+Blue) = 183+37+208=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 37 (14.84% from 255 or 8.64% from 428); Blue value is 208 (81.64% from 255 or 48.60% from 428); Max value from RGB is 208 - color contains mainly: blue. Hex color #B725D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B725D0 is #48DA2F. Grayscale: #636363. Windows color (decimal): -4774448 or 13641143. OLE color: 13641143.
HSL color Cylindrical-coordinate representation of color #B725D0: hue angle of 291.23º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B725D0 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 37 | 208 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.18 |
| HSL | 291.23º | 0.7% | 0.48% | - |
| HSV(B) | 291.23º | 0.82% | 0.82% | - |
| XYZ | 31.58 | 15.94 | 61.09 | - |
| YUV | 100.15 | 188.87 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 37 | 208 | 0.12 | 0.82 | 0 | 0.18 | 291.23 | 0.7 | 0.48 |
| Hex | B7 | 25 | D0 | C | 52 | 0 | 12 | 123 | 46 | 30 |
| Octal | 267 | 45 | 320 | 14 | 122 | 0 | 22 | 443 | 106 | 60 |
| Binary | 10110111 | 100101 | 11010000 | 1100 | 1010010 | 0 | 10010 | 100100011 | 1000110 | 110000 |
Color Harmonies of #B725D0
Complementary color
Monochromatic Colors of #B725D0
Black with #B725D0
Text Example
Text Example
White with #B725D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B725D0; }
p { color: rgb(183,37,208); }
H1.HeaderClassName
{
color: #B725D0;
}
.AnyTagClassName
{
color: #B725D0;
}
</style>
background-color css
<style>
a { background-color: #B725D0; }
a { background-color: rgb(183,37,208); }
div.DivClassName
{
background-color: #B725D0;
}
.BgClassName
{
background-color: #B725D0;
}
</style>
border-color css
<style>
span { border-color: #B725D0; }
span { border-color: rgb(183,37,208); }
td.TdClassName
{
border-color: #B725D0;
}
.TagClassName
{
border-color: #B725D0;
}
</style>