Shades of Medium Orchid #B746D2
Tints of Medium Orchid #B746D2
RGB
CMYK
RGB Variations
Color information
#B746D2 (or 0xB746D2) is known color: Medium Orchid. HEX triplet: B7, 46 and D2. RGB value is (183,70,210). Sum of RGB (Red+Green+Blue) = 183+70+210=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 210 - color contains mainly: blue. Hex color #B746D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B746D2 is #48B92D. Grayscale: #777777. Windows color (decimal): -4765998 or 13780663. OLE color: 13780663.
HSL color Cylindrical-coordinate representation of color #B746D2: hue angle of 288.43º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B746D2 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 70 | 210 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.18 |
| HSL | 288.43º | 0.61% | 0.55% | - |
| HSV(B) | 288.43º | 0.67% | 0.82% | - |
| XYZ | 33.35 | 19.1 | 62.9 | - |
| YUV | 119.75 | 178.94 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 210 | 0.13 | 0.67 | 0 | 0.18 | 288.43 | 0.61 | 0.55 |
| Hex | B7 | 46 | D2 | D | 43 | 0 | 12 | 120 | 3D | 37 |
| Octal | 267 | 106 | 322 | 15 | 103 | 0 | 22 | 440 | 75 | 67 |
| Binary | 10110111 | 1000110 | 11010010 | 1101 | 1000011 | 0 | 10010 | 100100000 | 111101 | 110111 |
Color Harmonies of #B746D2
Complementary color
Monochromatic Colors of #B746D2
Black with #B746D2
Text Example
Text Example
White with #B746D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B746D2; }
p { color: rgb(183,70,210); }
H1.HeaderClassName
{
color: #B746D2;
}
.AnyTagClassName
{
color: #B746D2;
}
</style>
background-color css
<style>
a { background-color: #B746D2; }
a { background-color: rgb(183,70,210); }
div.DivClassName
{
background-color: #B746D2;
}
.BgClassName
{
background-color: #B746D2;
}
</style>
border-color css
<style>
span { border-color: #B746D2; }
span { border-color: rgb(183,70,210); }
td.TdClassName
{
border-color: #B746D2;
}
.TagClassName
{
border-color: #B746D2;
}
</style>