Shades of Dark Orchid #B731CB
Tints of Dark Orchid #B731CB
RGB
CMYK
RGB Variations
Color information
#B731CB (or 0xB731CB) is known color: Dark Orchid. HEX triplet: B7, 31 and CB. RGB value is (183,49,203). Sum of RGB (Red+Green+Blue) = 183+49+203=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #B731CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B731CB is #48CE34. Grayscale: #6A6A6A. Windows color (decimal): -4771381 or 13316535. OLE color: 13316535.
HSL color Cylindrical-coordinate representation of color #B731CB: hue angle of 292.21º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B731CB is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 49 | 203 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.20 |
| HSL | 292.21º | 0.61% | 0.49% | - |
| HSV(B) | 292.21º | 0.76% | 0.8% | - |
| XYZ | 31.41 | 16.58 | 58.04 | - |
| YUV | 106.62 | 182.39 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 203 | 0.10 | 0.76 | 0 | 0.20 | 292.21 | 0.61 | 0.49 |
| Hex | B7 | 31 | CB | A | 4C | 0 | 14 | 124 | 3D | 31 |
| Octal | 267 | 61 | 313 | 12 | 114 | 0 | 24 | 444 | 75 | 61 |
| Binary | 10110111 | 110001 | 11001011 | 1010 | 1001100 | 0 | 10100 | 100100100 | 111101 | 110001 |
Color Harmonies of #B731CB
Complementary color
Monochromatic Colors of #B731CB
Black with #B731CB
Text Example
Text Example
White with #B731CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B731CB; }
p { color: rgb(183,49,203); }
H1.HeaderClassName
{
color: #B731CB;
}
.AnyTagClassName
{
color: #B731CB;
}
</style>
background-color css
<style>
a { background-color: #B731CB; }
a { background-color: rgb(183,49,203); }
div.DivClassName
{
background-color: #B731CB;
}
.BgClassName
{
background-color: #B731CB;
}
</style>
border-color css
<style>
span { border-color: #B731CB; }
span { border-color: rgb(183,49,203); }
td.TdClassName
{
border-color: #B731CB;
}
.TagClassName
{
border-color: #B731CB;
}
</style>