Shades of Medium Orchid #B746CB
Tints of Medium Orchid #B746CB
RGB
CMYK
RGB Variations
Color information
#B746CB (or 0xB746CB) is known color: Medium Orchid. HEX triplet: B7, 46 and CB. RGB value is (183,70,203). Sum of RGB (Red+Green+Blue) = 183+70+203=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 70 (27.73% from 255 or 15.35% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #B746CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B746CB is #48B934. Grayscale: #767676. Windows color (decimal): -4766005 or 13321911. OLE color: 13321911.
HSL color Cylindrical-coordinate representation of color #B746CB: hue angle of 290.98º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B746CB is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 70 | 203 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.20 |
| HSL | 290.98º | 0.56% | 0.54% | - |
| HSV(B) | 290.98º | 0.66% | 0.8% | - |
| XYZ | 32.5 | 18.76 | 58.41 | - |
| YUV | 118.95 | 175.44 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 203 | 0.10 | 0.66 | 0 | 0.20 | 290.98 | 0.56 | 0.54 |
| Hex | B7 | 46 | CB | A | 42 | 0 | 14 | 123 | 38 | 36 |
| Octal | 267 | 106 | 313 | 12 | 102 | 0 | 24 | 443 | 70 | 66 |
| Binary | 10110111 | 1000110 | 11001011 | 1010 | 1000010 | 0 | 10100 | 100100011 | 111000 | 110110 |
Color Harmonies of #B746CB
Complementary color
Monochromatic Colors of #B746CB
Black with #B746CB
Text Example
Text Example
White with #B746CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B746CB; }
p { color: rgb(183,70,203); }
H1.HeaderClassName
{
color: #B746CB;
}
.AnyTagClassName
{
color: #B746CB;
}
</style>
background-color css
<style>
a { background-color: #B746CB; }
a { background-color: rgb(183,70,203); }
div.DivClassName
{
background-color: #B746CB;
}
.BgClassName
{
background-color: #B746CB;
}
</style>
border-color css
<style>
span { border-color: #B746CB; }
span { border-color: rgb(183,70,203); }
td.TdClassName
{
border-color: #B746CB;
}
.TagClassName
{
border-color: #B746CB;
}
</style>