Shades of Dark Orchid #B726CA
Tints of Dark Orchid #B726CA
RGB
CMYK
RGB Variations
Color information
#B726CA (or 0xB726CA) is known color: Dark Orchid. HEX triplet: B7, 26 and CA. RGB value is (183,38,202). Sum of RGB (Red+Green+Blue) = 183+38+202=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 38 (15.23% from 255 or 8.98% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #B726CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B726CA is #48D935. Grayscale: #636363. Windows color (decimal): -4774198 or 13248183. OLE color: 13248183.
HSL color Cylindrical-coordinate representation of color #B726CA: hue angle of 293.05º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B726CA is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 38 | 202 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.21 |
| HSL | 293.05º | 0.68% | 0.47% | - |
| HSV(B) | 293.05º | 0.81% | 0.79% | - |
| XYZ | 30.88 | 15.72 | 57.28 | - |
| YUV | 100.05 | 185.54 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 202 | 0.09 | 0.81 | 0 | 0.21 | 293.05 | 0.68 | 0.47 |
| Hex | B7 | 26 | CA | 9 | 51 | 0 | 15 | 125 | 44 | 2F |
| Octal | 267 | 46 | 312 | 11 | 121 | 0 | 25 | 445 | 104 | 57 |
| Binary | 10110111 | 100110 | 11001010 | 1001 | 1010001 | 0 | 10101 | 100100101 | 1000100 | 101111 |
Color Harmonies of #B726CA
Complementary color
Monochromatic Colors of #B726CA
Black with #B726CA
Text Example
Text Example
White with #B726CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B726CA; }
p { color: rgb(183,38,202); }
H1.HeaderClassName
{
color: #B726CA;
}
.AnyTagClassName
{
color: #B726CA;
}
</style>
background-color css
<style>
a { background-color: #B726CA; }
a { background-color: rgb(183,38,202); }
div.DivClassName
{
background-color: #B726CA;
}
.BgClassName
{
background-color: #B726CA;
}
</style>
border-color css
<style>
span { border-color: #B726CA; }
span { border-color: rgb(183,38,202); }
td.TdClassName
{
border-color: #B726CA;
}
.TagClassName
{
border-color: #B726CA;
}
</style>