Shades of Dark Orchid #B727CE
Tints of Dark Orchid #B727CE
RGB
CMYK
RGB Variations
Color information
#B727CE (or 0xB727CE) is known color: Dark Orchid. HEX triplet: B7, 27 and CE. RGB value is (183,39,206). Sum of RGB (Red+Green+Blue) = 183+39+206=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 39 (15.62% from 255 or 9.11% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #B727CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B727CE is #48D831. Grayscale: #646464. Windows color (decimal): -4773938 or 13510583. OLE color: 13510583.
HSL color Cylindrical-coordinate representation of color #B727CE: hue angle of 291.74º 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 #B727CE is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 39 | 206 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.19 |
| HSL | 291.74º | 0.68% | 0.48% | - |
| HSV(B) | 291.74º | 0.81% | 0.81% | - |
| XYZ | 31.39 | 15.97 | 59.82 | - |
| YUV | 101.09 | 187.21 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 39 | 206 | 0.11 | 0.81 | 0 | 0.19 | 291.74 | 0.68 | 0.48 |
| Hex | B7 | 27 | CE | B | 51 | 0 | 13 | 124 | 44 | 30 |
| Octal | 267 | 47 | 316 | 13 | 121 | 0 | 23 | 444 | 104 | 60 |
| Binary | 10110111 | 100111 | 11001110 | 1011 | 1010001 | 0 | 10011 | 100100100 | 1000100 | 110000 |
Color Harmonies of #B727CE
Complementary color
Monochromatic Colors of #B727CE
Black with #B727CE
Text Example
Text Example
White with #B727CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B727CE; }
p { color: rgb(183,39,206); }
H1.HeaderClassName
{
color: #B727CE;
}
.AnyTagClassName
{
color: #B727CE;
}
</style>
background-color css
<style>
a { background-color: #B727CE; }
a { background-color: rgb(183,39,206); }
div.DivClassName
{
background-color: #B727CE;
}
.BgClassName
{
background-color: #B727CE;
}
</style>
border-color css
<style>
span { border-color: #B727CE; }
span { border-color: rgb(183,39,206); }
td.TdClassName
{
border-color: #B727CE;
}
.TagClassName
{
border-color: #B727CE;
}
</style>