Shades of Dark Orchid #B727C6
Tints of Dark Orchid #B727C6
RGB
CMYK
RGB Variations
Color information
#B727C6 (or 0xB727C6) is known color: Dark Orchid. HEX triplet: B7, 27 and C6. RGB value is (183,39,198). Sum of RGB (Red+Green+Blue) = 183+39+198=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 39 (15.62% from 255 or 9.29% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 198 - color contains mainly: blue. Hex color #B727C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B727C6 is #48D839. Grayscale: #636363. Windows color (decimal): -4773946 or 12986295. OLE color: 12986295.
HSL color Cylindrical-coordinate representation of color #B727C6: hue angle of 294.34º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B727C6 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 39 | 198 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.22 |
| HSL | 294.34º | 0.67% | 0.46% | - |
| HSV(B) | 294.34º | 0.8% | 0.78% | - |
| XYZ | 30.45 | 15.6 | 54.83 | - |
| YUV | 100.18 | 183.21 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 39 | 198 | 0.08 | 0.80 | 0 | 0.22 | 294.34 | 0.67 | 0.46 |
| Hex | B7 | 27 | C6 | 8 | 50 | 0 | 16 | 126 | 43 | 2E |
| Octal | 267 | 47 | 306 | 10 | 120 | 0 | 26 | 446 | 103 | 56 |
| Binary | 10110111 | 100111 | 11000110 | 1000 | 1010000 | 0 | 10110 | 100100110 | 1000011 | 101110 |
Color Harmonies of #B727C6
Complementary color
Monochromatic Colors of #B727C6
Black with #B727C6
Text Example
Text Example
White with #B727C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B727C6; }
p { color: rgb(183,39,198); }
H1.HeaderClassName
{
color: #B727C6;
}
.AnyTagClassName
{
color: #B727C6;
}
</style>
background-color css
<style>
a { background-color: #B727C6; }
a { background-color: rgb(183,39,198); }
div.DivClassName
{
background-color: #B727C6;
}
.BgClassName
{
background-color: #B727C6;
}
</style>
border-color css
<style>
span { border-color: #B727C6; }
span { border-color: rgb(183,39,198); }
td.TdClassName
{
border-color: #B727C6;
}
.TagClassName
{
border-color: #B727C6;
}
</style>