Shades of Dark Orchid #B731CF
Tints of Dark Orchid #B731CF
RGB
CMYK
RGB Variations
Color information
#B731CF (or 0xB731CF) is known color: Dark Orchid. HEX triplet: B7, 31 and CF. RGB value is (183,49,207). Sum of RGB (Red+Green+Blue) = 183+49+207=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #B731CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B731CF is #48CE30. Grayscale: #6A6A6A. Windows color (decimal): -4771377 or 13578679. OLE color: 13578679.
HSL color Cylindrical-coordinate representation of color #B731CF: hue angle of 290.89º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B731CF is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 49 | 207 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.19 |
| HSL | 290.89º | 0.62% | 0.5% | - |
| HSV(B) | 290.89º | 0.76% | 0.81% | - |
| XYZ | 31.89 | 16.77 | 60.59 | - |
| YUV | 107.08 | 184.39 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 207 | 0.12 | 0.76 | 0 | 0.19 | 290.89 | 0.62 | 0.5 |
| Hex | B7 | 31 | CF | C | 4C | 0 | 13 | 123 | 3E | 32 |
| Octal | 267 | 61 | 317 | 14 | 114 | 0 | 23 | 443 | 76 | 62 |
| Binary | 10110111 | 110001 | 11001111 | 1100 | 1001100 | 0 | 10011 | 100100011 | 111110 | 110010 |
Color Harmonies of #B731CF
Complementary color
Monochromatic Colors of #B731CF
Black with #B731CF
Text Example
Text Example
White with #B731CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B731CF; }
p { color: rgb(183,49,207); }
H1.HeaderClassName
{
color: #B731CF;
}
.AnyTagClassName
{
color: #B731CF;
}
</style>
background-color css
<style>
a { background-color: #B731CF; }
a { background-color: rgb(183,49,207); }
div.DivClassName
{
background-color: #B731CF;
}
.BgClassName
{
background-color: #B731CF;
}
</style>
border-color css
<style>
span { border-color: #B731CF; }
span { border-color: rgb(183,49,207); }
td.TdClassName
{
border-color: #B731CF;
}
.TagClassName
{
border-color: #B731CF;
}
</style>