Shades of Dark Orchid #B731C5
Tints of Dark Orchid #B731C5
RGB
CMYK
RGB Variations
Color information
#B731C5 (or 0xB731C5) is known color: Dark Orchid. HEX triplet: B7, 31 and C5. RGB value is (183,49,197). Sum of RGB (Red+Green+Blue) = 183+49+197=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 49 (19.53% from 255 or 11.42% from 429); Blue value is 197 (77.34% from 255 or 45.92% from 429); Max value from RGB is 197 - color contains mainly: blue. Hex color #B731C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B731C5 is #48CE3A. Grayscale: #696969. Windows color (decimal): -4771387 or 12923319. OLE color: 12923319.
HSL color Cylindrical-coordinate representation of color #B731C5: hue angle of 294.32º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B731C5 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 49 | 197 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.23 |
| HSL | 294.32º | 0.6% | 0.48% | - |
| HSV(B) | 294.32º | 0.75% | 0.77% | - |
| XYZ | 30.7 | 16.3 | 54.35 | - |
| YUV | 105.94 | 179.39 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 197 | 0.07 | 0.75 | 0 | 0.23 | 294.32 | 0.6 | 0.48 |
| Hex | B7 | 31 | C5 | 7 | 4B | 0 | 17 | 126 | 3C | 30 |
| Octal | 267 | 61 | 305 | 7 | 113 | 0 | 27 | 446 | 74 | 60 |
| Binary | 10110111 | 110001 | 11000101 | 111 | 1001011 | 0 | 10111 | 100100110 | 111100 | 110000 |
Color Harmonies of #B731C5
Complementary color
Monochromatic Colors of #B731C5
Black with #B731C5
Text Example
Text Example
White with #B731C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B731C5; }
p { color: rgb(183,49,197); }
H1.HeaderClassName
{
color: #B731C5;
}
.AnyTagClassName
{
color: #B731C5;
}
</style>
background-color css
<style>
a { background-color: #B731C5; }
a { background-color: rgb(183,49,197); }
div.DivClassName
{
background-color: #B731C5;
}
.BgClassName
{
background-color: #B731C5;
}
</style>
border-color css
<style>
span { border-color: #B731C5; }
span { border-color: rgb(183,49,197); }
td.TdClassName
{
border-color: #B731C5;
}
.TagClassName
{
border-color: #B731C5;
}
</style>