Shades of Dark Orchid #B728CF
Tints of Dark Orchid #B728CF
RGB
CMYK
RGB Variations
Color information
#B728CF (or 0xB728CF) is known color: Dark Orchid. HEX triplet: B7, 28 and CF. RGB value is (183,40,207). Sum of RGB (Red+Green+Blue) = 183+40+207=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #B728CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B728CF is #48D730. Grayscale: #656565. Windows color (decimal): -4773681 or 13576375. OLE color: 13576375.
HSL color Cylindrical-coordinate representation of color #B728CF: hue angle of 291.38º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B728CF is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 40 | 207 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.19 |
| HSL | 291.38º | 0.68% | 0.48% | - |
| HSV(B) | 291.38º | 0.81% | 0.81% | - |
| XYZ | 31.55 | 16.09 | 60.47 | - |
| YUV | 101.8 | 187.38 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 207 | 0.12 | 0.81 | 0 | 0.19 | 291.38 | 0.68 | 0.48 |
| Hex | B7 | 28 | CF | C | 51 | 0 | 13 | 123 | 44 | 30 |
| Octal | 267 | 50 | 317 | 14 | 121 | 0 | 23 | 443 | 104 | 60 |
| Binary | 10110111 | 101000 | 11001111 | 1100 | 1010001 | 0 | 10011 | 100100011 | 1000100 | 110000 |
Color Harmonies of #B728CF
Complementary color
Monochromatic Colors of #B728CF
Black with #B728CF
Text Example
Text Example
White with #B728CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B728CF; }
p { color: rgb(183,40,207); }
H1.HeaderClassName
{
color: #B728CF;
}
.AnyTagClassName
{
color: #B728CF;
}
</style>
background-color css
<style>
a { background-color: #B728CF; }
a { background-color: rgb(183,40,207); }
div.DivClassName
{
background-color: #B728CF;
}
.BgClassName
{
background-color: #B728CF;
}
</style>
border-color css
<style>
span { border-color: #B728CF; }
span { border-color: rgb(183,40,207); }
td.TdClassName
{
border-color: #B728CF;
}
.TagClassName
{
border-color: #B728CF;
}
</style>