Shades of Dark Orchid #B728CB
Tints of Dark Orchid #B728CB
RGB
CMYK
RGB Variations
Color information
#B728CB (or 0xB728CB) is known color: Dark Orchid. HEX triplet: B7, 28 and CB. RGB value is (183,40,203). Sum of RGB (Red+Green+Blue) = 183+40+203=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #B728CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B728CB is #48D734. Grayscale: #646464. Windows color (decimal): -4773685 or 13314231. OLE color: 13314231.
HSL color Cylindrical-coordinate representation of color #B728CB: hue angle of 292.64º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B728CB is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 40 | 203 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.20 |
| HSL | 292.64º | 0.67% | 0.48% | - |
| HSV(B) | 292.64º | 0.8% | 0.8% | - |
| XYZ | 31.07 | 15.9 | 57.93 | - |
| YUV | 101.34 | 185.38 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 203 | 0.10 | 0.80 | 0 | 0.20 | 292.64 | 0.67 | 0.48 |
| Hex | B7 | 28 | CB | A | 50 | 0 | 14 | 125 | 43 | 30 |
| Octal | 267 | 50 | 313 | 12 | 120 | 0 | 24 | 445 | 103 | 60 |
| Binary | 10110111 | 101000 | 11001011 | 1010 | 1010000 | 0 | 10100 | 100100101 | 1000011 | 110000 |
Color Harmonies of #B728CB
Complementary color
Monochromatic Colors of #B728CB
Black with #B728CB
Text Example
Text Example
White with #B728CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B728CB; }
p { color: rgb(183,40,203); }
H1.HeaderClassName
{
color: #B728CB;
}
.AnyTagClassName
{
color: #B728CB;
}
</style>
background-color css
<style>
a { background-color: #B728CB; }
a { background-color: rgb(183,40,203); }
div.DivClassName
{
background-color: #B728CB;
}
.BgClassName
{
background-color: #B728CB;
}
</style>
border-color css
<style>
span { border-color: #B728CB; }
span { border-color: rgb(183,40,203); }
td.TdClassName
{
border-color: #B728CB;
}
.TagClassName
{
border-color: #B728CB;
}
</style>